Shades of Blue Zodiac #484A56
Tints of Blue Zodiac #484A56
RGB
CMYK
RGB Variations
Color information
#484A56 (or 0x484A56) is known color: Blue Zodiac. HEX triplet: 48, 4A and 56. RGB value is (72,74,86). Sum of RGB (Red+Green+Blue) = 72+74+86=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #484A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A56 is #B7B5A9. Grayscale: #4A4A4A. Windows color (decimal): -12039594 or 5655112. OLE color: 5655112.
HSL color Cylindrical-coordinate representation of color #484A56: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #484A56 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 74 | 86 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.66 |
| HSL | 231.43º | 0.09% | 0.31% | - |
| HSV(B) | 231.43º | 0.16% | 0.34% | - |
| XYZ | 6.8 | 6.95 | 9.79 | - |
| YUV | 74.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 86 | 0.16 | 0.14 | 0 | 0.66 | 231.43 | 0.09 | 0.31 |
| Hex | 48 | 4A | 56 | 10 | E | 0 | 42 | E7 | 9 | 1F |
| Octal | 110 | 112 | 126 | 20 | 16 | 0 | 102 | 347 | 11 | 37 |
| Binary | 1001000 | 1001010 | 1010110 | 10000 | 1110 | 0 | 1000010 | 11100111 | 1001 | 11111 |
Color Harmonies of #484A56
Complementary color
Monochromatic Colors of #484A56
Black with #484A56
Text Example
Text Example
White with #484A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A56; }
p { color: rgb(72,74,86); }
H1.HeaderClassName
{
color: #484A56;
}
.AnyTagClassName
{
color: #484A56;
}
</style>
background-color css
<style>
a { background-color: #484A56; }
a { background-color: rgb(72,74,86); }
div.DivClassName
{
background-color: #484A56;
}
.BgClassName
{
background-color: #484A56;
}
</style>
border-color css
<style>
span { border-color: #484A56; }
span { border-color: rgb(72,74,86); }
td.TdClassName
{
border-color: #484A56;
}
.TagClassName
{
border-color: #484A56;
}
</style>