Html Css Color HEX #424855 Blue Zodiac

📋 copy color: '#424855'

red 66 ◦ green 72 ◦ blue 85

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

Shades of Blue Zodiac #424855

Tints of Blue Zodiac #424855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.12%

R = 29.6%
G = 32.29%
B = 38.12%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424855 (or 0x424855) is known color: Blue Zodiac. HEX triplet: 42, 48 and 55. RGB value is (66,72,85). Sum of RGB (Red+Green+Blue) = 66+72+85=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #424855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424855 is #BDB7AA. Grayscale: #474747. Windows color (decimal): -12433323 or 5589058. OLE color: 5589058.

HSL color Cylindrical-coordinate representation of color #424855: hue angle of 221.05º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #424855 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 72 85 -
CMYK 0.22 0.15 0 0.67
HSL 221.05º 0.13% 0.3% -
HSV(B) 221.05º 0.22% 0.33% -
XYZ 6.2 6.45 9.51 -
YUV 71.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 66 72 85 0.22 0.15 0 0.67 221.05 0.13 0.3
Hex 42 48 55 16 F 0 43 DD D 1E
Octal 102 110 125 26 17 0 103 335 15 36
Binary 1000010 1001000 1010101 10110 1111 0 1000011 11011101 1101 11110

Color Harmonies of #424855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424855

Black with #424855

Text Example


Text Example

White with #424855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424855; }

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

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

background-color css

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

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

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

border-color css

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

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

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