#424551

Color #424551 Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #424551

Tints of Blue Zodiac #424551

Color information

#424551 (or 0x424551) is unknown color: approx 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

RGB666981-
CMYK0.190.1500.68
HSL228º10.2%28.82%-
HSV(B)228º18.52%31.76%-
XYZ5.866.018.64-
YUV69.47134.51125.52-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6669810.190.1500.6822810.228.82
Hex42455113F044e4a1d
Octal102105121231701043441235
Binary1000010100010110100011001111110100010011100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>