Html Css Color HEX #424859 Blue Zodiac

📋 copy color: '#424859'

red 66 ◦ green 72 ◦ blue 89

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

Shades of Blue Zodiac #424859

Tints of Blue Zodiac #424859

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 value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 66 72 89 -
CMYK 0.26 0.19 0 0.65
HSL 224.35º 0.15% 0.3% -
HSV(B) 224.35º 0.26% 0.35% -
XYZ 6.37 6.51 10.37 -
YUV 72.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 66 72 89 0.26 0.19 0 0.65 224.35 0.15 0.3
Hex 42 48 59 1A 13 0 41 E0 F 1E
Octal 102 110 131 32 23 0 101 340 17 36
Binary 1000010 1001000 1011001 11010 10011 0 1000001 11100000 1111 11110

Color Harmonies of #424859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424859

Black with #424859

Text Example


Text Example

White with #424859

Text Example


Text Example

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