#424451

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

Shades of Blue Zodiac #424451

Tints of Blue Zodiac #424451

Color information

#424451 (or 0x424451) is unknown color: approx Blue Zodiac. HEX triplet: 42, 44 and 51. RGB value is (66,68,81). Sum of RGB (Red+Green+Blue) = 66+68+81=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 81 - color contains mainly: blue. Hex color #424451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424451 is #BDBBAE. Grayscale: #444444. Windows color (decimal): -12434351 or 5325890. OLE color: 5325890.

HSL color Cylindrical-coordinate representation of color #424451: hue angle of 232º 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 #424451 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB666881-
CMYK0.190.1600.68
HSL232º10.2%28.82%-
HSV(B)232º18.52%31.76%-
XYZ5.85.898.62-
YUV68.88134.84125.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=30.70%
G=31.63%
B=37.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6668810.190.1600.6823210.228.82
Hex4244511310044e8a1d
Octal102104121232001043501235
Binary10000101000100101000110011100000100010011101000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424451; }

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

 H1.HeaderClassName
 {
   color: #424451;
 }
 .AnyTagClassName
 {
   color: #424451;
 }
</style>
background-color css

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

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

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

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

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

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