Html Css Color HEX #424559 Blue Zodiac

📋 copy color: '#424559'

red 66 ◦ green 69 ◦ blue 89

#424559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Zodiac #424559

Tints of Blue Zodiac #424559

RGB

 RED value IS 66 (26.17% from 255) = 29.46%

 GREEN value IS 69 (27.34% from 255) = 30.8%

 BLUE value IS 89 (35.16% from 255) = 39.73%

R = 29.46%
G = 30.8%
B = 39.73%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424559 (or 0x424559) is known color: 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

RGB 66 69 89 -
CMYK 0.26 0.22 0 0.65
HSL 232.17º 0.15% 0.3% -
HSV(B) 232.17º 0.26% 0.35% -
XYZ 6.18 6.14 10.31 -
YUV 70.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 66 69 89 0.26 0.22 0 0.65 232.17 0.15 0.3
Hex 42 45 59 1A 16 0 41 E8 F 1E
Octal 102 105 131 32 26 0 101 350 17 36
Binary 1000010 1000101 1011001 11010 10110 0 1000001 11101000 1111 11110

Color Harmonies of #424559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424559

Black with #424559

Text Example


Text Example

White with #424559

Text Example


Text Example

HTML Codes & Css Web 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>