Html Css Color HEX #424551 Blue Zodiac

📋 copy color: '#424551'

red 66 ◦ green 69 ◦ blue 81

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

Shades of Blue Zodiac #424551

Tints of Blue Zodiac #424551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 30.56%
G = 31.94%
B = 37.5%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424551 (or 0x424551) is known color: Blue Zodiac. HEX triplet: 42, 45 and 51. RGB value is (66,69,81). Sum of RGB (Red+Green+Blue) = 66+69+81=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 81 - color contains mainly: blue. Hex color #424551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424551 is #BDBAAE. Grayscale: #454545. Windows color (decimal): -12434095 or 5326146. OLE color: 5326146.

HSL color Cylindrical-coordinate representation of color #424551: hue angle of 228º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424551 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 69 81 -
CMYK 0.19 0.15 0 0.68
HSL 228º 0.1% 0.29% -
HSV(B) 228º 0.19% 0.32% -
XYZ 5.86 6.01 8.64 -
YUV 69.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 66 69 81 0.19 0.15 0 0.68 228 0.1 0.29
Hex 42 45 51 13 F 0 44 E4 A 1D
Octal 102 105 121 23 17 0 104 344 12 35
Binary 1000010 1000101 1010001 10011 1111 0 1000100 11100100 1010 11101

Color Harmonies of #424551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424551

Black with #424551

Text Example


Text Example

White with #424551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424551; }

 p { color: rgb(66,69,81); }

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

background-color css

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

 a { background-color: rgb(66,69,81); }

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

border-color css

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

 span { border-color: rgb(66,69,81); }

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