#424559

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

Shades of Blue Zodiac #424559

Tints of Blue Zodiac #424559

Color information

#424559 (or 0x424559) is unknown color: approx Blue Zodiac. HEX triplet: 42, 45 and 59. RGB value is (66,69,89). Sum of RGB (Red+Green+Blue) = 66+69+89=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #424559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424559 is #BDBAA6. Grayscale: #464646. Windows color (decimal): -12434087 or 5850434. OLE color: 5850434.

HSL color Cylindrical-coordinate representation of color #424559: hue angle of 232.17º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #424559 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB666989-
CMYK0.260.2200.65
HSL232.17º14.84%30.39%-
HSV(B)232.17º25.84%34.9%-
XYZ6.186.1410.31-
YUV70.38138.51124.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 89 (35.16% from 255) = 39.73%
R=29.46%
G=30.80%
B=39.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6669890.260.2200.65232.1714.8430.39
Hex4245591A16041e8f1e
Octal102105131322601013501736
Binary10000101000101101100111010101100100000111101000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424559; }

 p { color: rgb(66,69,89); }

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

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

 a { background-color: rgb(66,69,89); }

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

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

 span { border-color: rgb(66,69,89); }

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