#4019AA

Color #4019AA Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4019AA

Tints of Blue Gem #4019AA

Color information

#4019AA (or 0x4019AA) is unknown color: approx Blue Gem. HEX triplet: 40, 19 and AA. RGB value is (64,25,170). Sum of RGB (Red+Green+Blue) = 64+25+170=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #4019AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4019AA is #BFE655. Grayscale: #343434. Windows color (decimal): -12576342 or 11147584. OLE color: 11147584.

HSL color Cylindrical-coordinate representation of color #4019AA: hue angle of 256.14º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4019AA is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6425170-
CMYK0.620.8500.33
HSL256.14º74.36%38.24%-
HSV(B)256.14º85.29%66.67%-
XYZ9.724.6938.42-
YUV53.19193.92135.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 170 (66.80% from 255) = 65.64%
R=24.71%
G=9.65%
B=65.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64251700.620.8500.33256.1474.3638.24
Hex4019AA3E550211004a26
Octal100312527612504140011246
Binary10000001100110101010111110101010101000011000000001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4019AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4019AA; }

 p { color: rgb(64,25,170); }

 H1.HeaderClassName
 {
   color: #4019AA;
 }
 .AnyTagClassName
 {
   color: #4019AA;
 }
</style>
background-color css

<style>
 a { background-color: #4019AA; }

 a { background-color: rgb(64,25,170); }

 div.DivClassName
 {
   background-color: #4019AA;
 }
 .BgClassName
 {
   background-color: #4019AA;
 }
</style>
border-color css

<style>
 span { border-color: #4019AA; }

 span { border-color: rgb(64,25,170); }

 td.TdClassName
 {
   border-color: #4019AA;
 }
 .TagClassName
 {
   border-color: #4019AA;
 }
</style>