Html Css Color HEX #424857 Blue Zodiac

📋 copy color: '#424857'

red 66 ◦ green 72 ◦ blue 87

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

Shades of Blue Zodiac #424857

Tints of Blue Zodiac #424857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

 BLUE value IS 87 (34.38% from 255) = 38.67%

R = 29.33%
G = 32%
B = 38.67%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424857 (or 0x424857) is known color: Blue Zodiac. HEX triplet: 42, 48 and 57. RGB value is (66,72,87). Sum of RGB (Red+Green+Blue) = 66+72+87=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #424857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424857 is #BDB7A8. Grayscale: #474747. Windows color (decimal): -12433321 or 5720130. OLE color: 5720130.

HSL color Cylindrical-coordinate representation of color #424857: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #424857 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 72 87 -
CMYK 0.24 0.17 0 0.66
HSL 222.86º 0.14% 0.3% -
HSV(B) 222.86º 0.24% 0.34% -
XYZ 6.28 6.48 9.94 -
YUV 71.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 66 72 87 0.24 0.17 0 0.66 222.86 0.14 0.3
Hex 42 48 57 18 11 0 42 DF E 1E
Octal 102 110 127 30 21 0 102 337 16 36
Binary 1000010 1001000 1010111 11000 10001 0 1000010 11011111 1110 11110

Color Harmonies of #424857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424857

Black with #424857

Text Example


Text Example

White with #424857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424857; }

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

 H1.HeaderClassName
 {
   color: #424857;
 }
 .AnyTagClassName
 {
   color: #424857;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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