#424659

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

Shades of Blue Zodiac #424659

Tints of Blue Zodiac #424659

Color information

#424659 (or 0x424659) is unknown color: approx Blue Zodiac. HEX triplet: 42, 46 and 59. RGB value is (66,70,89). Sum of RGB (Red+Green+Blue) = 66+70+89=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #424659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424659 is #BDB9A6. Grayscale: #464646. Windows color (decimal): -12433831 or 5850690. OLE color: 5850690.

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

Color convert

RGB667089-
CMYK0.260.2100.65
HSL229.57º14.84%30.39%-
HSV(B)229.57º25.84%34.9%-
XYZ6.246.2610.33-
YUV70.97138.17124.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=29.33%
G=31.11%
B=39.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6670890.260.2100.65229.5714.8430.39
Hex4246591A15041e6f1e
Octal102106131322501013461736
Binary10000101000110101100111010101010100000111100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424659; }

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

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

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

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

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

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

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

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