Html Css Color HEX #424756 Blue Zodiac

📋 copy color: '#424756'

red 66 ◦ green 71 ◦ blue 86

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

Shades of Blue Zodiac #424756

Tints of Blue Zodiac #424756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

 BLUE value IS 86 (33.98% from 255) = 38.57%

R = 29.6%
G = 31.84%
B = 38.57%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#424756 (or 0x424756) is known color: Blue Zodiac. HEX triplet: 42, 47 and 56. RGB value is (66,71,86). Sum of RGB (Red+Green+Blue) = 66+71+86=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #424756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424756 is #BDB8A9. Grayscale: #474747. Windows color (decimal): -12433578 or 5654338. OLE color: 5654338.

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

Color convert

RGB 66 71 86 -
CMYK 0.23 0.17 0 0.66
HSL 225º 0.13% 0.3% -
HSV(B) 225º 0.23% 0.34% -
XYZ 6.18 6.34 9.7 -
YUV 71.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 66 71 86 0.23 0.17 0 0.66 225 0.13 0.3
Hex 42 47 56 17 11 0 42 E1 D 1E
Octal 102 107 126 27 21 0 102 341 15 36
Binary 1000010 1000111 1010110 10111 10001 0 1000010 11100001 1101 11110

Color Harmonies of #424756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424756

Black with #424756

Text Example


Text Example

White with #424756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424756; }

 p { color: rgb(66,71,86); }

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

background-color css

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

 a { background-color: rgb(66,71,86); }

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

border-color css

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

 span { border-color: rgb(66,71,86); }

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