#404451

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

Shades of Blue Zodiac #404451

Tints of Blue Zodiac #404451

Color information

#404451 (or 0x404451) is unknown color: approx Blue Zodiac. HEX triplet: 40, 44 and 51. RGB value is (64,68,81). Sum of RGB (Red+Green+Blue) = 64+68+81=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 81 - color contains mainly: blue. Hex color #404451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404451 is #BFBBAE. Grayscale: #444444. Windows color (decimal): -12565423 or 5325888. OLE color: 5325888.

HSL color Cylindrical-coordinate representation of color #404451: hue angle of 225.88º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404451 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB646881-
CMYK0.210.1600.68
HSL225.88º11.72%28.43%-
HSV(B)225.88º20.99%31.76%-
XYZ5.675.828.61-
YUV68.29135.17124.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=30.05%
G=31.92%
B=38.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6468810.210.1600.68225.8811.7228.43
Hex4044511510044e2c1c
Octal100104121252001043421434
Binary10000001000100101000110101100000100010011100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404451; }

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

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

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

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

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

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

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

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