#4024A6

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

Shades of Blue Gem #4024A6

Tints of Blue Gem #4024A6

Color information

#4024A6 (or 0x4024A6) is unknown color: approx Blue Gem. HEX triplet: 40, 24 and A6. RGB value is (64,36,166). Sum of RGB (Red+Green+Blue) = 64+36+166=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 166 (65.23% from 255 or 62.41% from 266); Max value from RGB is 166 - color contains mainly: blue. Hex color #4024A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4024A6 is #BFDB59. Grayscale: #3A3A3A. Windows color (decimal): -12573530 or 10888256. OLE color: 10888256.

HSL color Cylindrical-coordinate representation of color #4024A6: hue angle of 252.92º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4024A6 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6436166-
CMYK0.610.7800.35
HSL252.92º64.36%39.61%-
HSV(B)252.92º78.31%65.1%-
XYZ9.635.136.55-
YUV59.19188.28131.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 166 (65.23% from 255) = 62.41%
R=24.06%
G=13.53%
B=62.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64361660.610.7800.35252.9264.3639.61
Hex4024A63D4E023fd4028
Octal100442467511604337510050
Binary10000001001001010011011110110011100100011111111011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4024A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4024A6; }

 p { color: rgb(64,36,166); }

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

<style>
 a { background-color: #4024A6; }

 a { background-color: rgb(64,36,166); }

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

<style>
 span { border-color: #4024A6; }

 span { border-color: rgb(64,36,166); }

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