#424759

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

Shades of Blue Zodiac #424759

Tints of Blue Zodiac #424759

Color information

#424759 (or 0x424759) is unknown color: approx Blue Zodiac. HEX triplet: 42, 47 and 59. RGB value is (66,71,89). Sum of RGB (Red+Green+Blue) = 66+71+89=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #424759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424759 is #BDB8A6. Grayscale: #474747. Windows color (decimal): -12433575 or 5850946. OLE color: 5850946.

HSL color Cylindrical-coordinate representation of color #424759: hue angle of 226.96º 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 #424759 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB667189-
CMYK0.260.2000.65
HSL226.96º14.84%30.39%-
HSV(B)226.96º25.84%34.9%-
XYZ6.36.3910.35-
YUV71.56137.84124.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=29.20%
G=31.42%
B=39.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6671890.260.2000.65226.9614.8430.39
Hex4247591A14041e3f1e
Octal102107131322401013431736
Binary10000101000111101100111010101000100000111100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424759; }

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

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

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

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

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

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

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

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