Shades of Blue Zodiac #404454
Tints of Blue Zodiac #404454
RGB
CMYK
RGB Variations
Color information
#404454 (or 0x404454) is known color: Blue Zodiac. HEX triplet: 40, 44 and 54. RGB value is (64,68,84). Sum of RGB (Red+Green+Blue) = 64+68+84=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #404454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404454 is #BFBBAB. Grayscale: #444444. Windows color (decimal): -12565420 or 5522496. OLE color: 5522496.
HSL color Cylindrical-coordinate representation of color #404454: hue angle of 228º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #404454 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 68 | 84 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.67 |
| HSL | 228º | 0.14% | 0.29% | - |
| HSV(B) | 228º | 0.24% | 0.33% | - |
| XYZ | 5.78 | 5.86 | 9.21 | - |
| YUV | 68.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 84 | 0.24 | 0.19 | 0 | 0.67 | 228 | 0.14 | 0.29 |
| Hex | 40 | 44 | 54 | 18 | 13 | 0 | 43 | E4 | E | 1D |
| Octal | 100 | 104 | 124 | 30 | 23 | 0 | 103 | 344 | 16 | 35 |
| Binary | 1000000 | 1000100 | 1010100 | 11000 | 10011 | 0 | 1000011 | 11100100 | 1110 | 11101 |
Color Harmonies of #404454
Complementary color
Monochromatic Colors of #404454
Black with #404454
Text Example
Text Example
White with #404454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404454; }
p { color: rgb(64,68,84); }
H1.HeaderClassName
{
color: #404454;
}
.AnyTagClassName
{
color: #404454;
}
</style>
background-color css
<style>
a { background-color: #404454; }
a { background-color: rgb(64,68,84); }
div.DivClassName
{
background-color: #404454;
}
.BgClassName
{
background-color: #404454;
}
</style>
border-color css
<style>
span { border-color: #404454; }
span { border-color: rgb(64,68,84); }
td.TdClassName
{
border-color: #404454;
}
.TagClassName
{
border-color: #404454;
}
</style>