Shades of Blue Zodiac #484A53
Tints of Blue Zodiac #484A53
RGB
CMYK
RGB Variations
Color information
#484A53 (or 0x484A53) is known color: Blue Zodiac. HEX triplet: 48, 4A and 53. RGB value is (72,74,83). Sum of RGB (Red+Green+Blue) = 72+74+83=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #484A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A53 is #B7B5AC. Grayscale: #4A4A4A. Windows color (decimal): -12039597 or 5458504. OLE color: 5458504.
HSL color Cylindrical-coordinate representation of color #484A53: hue angle of 229.09º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #484A53 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 74 | 83 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.67 |
| HSL | 229.09º | 0.07% | 0.3% | - |
| HSV(B) | 229.09º | 0.13% | 0.33% | - |
| XYZ | 6.68 | 6.9 | 9.16 | - |
| YUV | 74.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 83 | 0.13 | 0.11 | 0 | 0.67 | 229.09 | 0.07 | 0.3 |
| Hex | 48 | 4A | 53 | D | B | 0 | 43 | E5 | 7 | 1E |
| Octal | 110 | 112 | 123 | 15 | 13 | 0 | 103 | 345 | 7 | 36 |
| Binary | 1001000 | 1001010 | 1010011 | 1101 | 1011 | 0 | 1000011 | 11100101 | 111 | 11110 |
Color Harmonies of #484A53
Complementary color
Monochromatic Colors of #484A53
Black with #484A53
Text Example
Text Example
White with #484A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A53; }
p { color: rgb(72,74,83); }
H1.HeaderClassName
{
color: #484A53;
}
.AnyTagClassName
{
color: #484A53;
}
</style>
background-color css
<style>
a { background-color: #484A53; }
a { background-color: rgb(72,74,83); }
div.DivClassName
{
background-color: #484A53;
}
.BgClassName
{
background-color: #484A53;
}
</style>
border-color css
<style>
span { border-color: #484A53; }
span { border-color: rgb(72,74,83); }
td.TdClassName
{
border-color: #484A53;
}
.TagClassName
{
border-color: #484A53;
}
</style>