#424859

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

Shades of Blue Zodiac #424859

Tints of Blue Zodiac #424859

Color information

#424859 (or 0x424859) is unknown color: approx Blue Zodiac. HEX triplet: 42, 48 and 59. RGB value is (66,72,89). Sum of RGB (Red+Green+Blue) = 66+72+89=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #424859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424859 is #BDB7A6. Grayscale: #484848. Windows color (decimal): -12433319 or 5851202. OLE color: 5851202.

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

Color convert

RGB667289-
CMYK0.260.1900.65
HSL224.35º14.84%30.39%-
HSV(B)224.35º25.84%34.9%-
XYZ6.376.5110.37-
YUV72.14137.51123.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=29.07%
G=31.72%
B=39.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6672890.260.1900.65224.3514.8430.39
Hex4248591A13041e0f1e
Octal102110131322301013401736
Binary10000101001000101100111010100110100000111100000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424859; }

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

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

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

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

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

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

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

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