Shades of Blue Zodiac #484B5D
Tints of Blue Zodiac #484B5D
RGB
CMYK
RGB Variations
Color information
#484B5D (or 0x484B5D) is known color: Blue Zodiac. HEX triplet: 48, 4B and 5D. RGB value is (72,75,93). Sum of RGB (Red+Green+Blue) = 72+75+93=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #484B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B5D is #B7B4A2. Grayscale: #4C4C4C. Windows color (decimal): -12039331 or 6114120. OLE color: 6114120.
HSL color Cylindrical-coordinate representation of color #484B5D: hue angle of 231.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #484B5D is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 75 | 93 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.64 |
| HSL | 231.43º | 0.13% | 0.32% | - |
| HSV(B) | 231.43º | 0.23% | 0.36% | - |
| XYZ | 7.16 | 7.2 | 11.37 | - |
| YUV | 76.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 93 | 0.23 | 0.19 | 0 | 0.64 | 231.43 | 0.13 | 0.32 |
| Hex | 48 | 4B | 5D | 17 | 13 | 0 | 40 | E7 | D | 20 |
| Octal | 110 | 113 | 135 | 27 | 23 | 0 | 100 | 347 | 15 | 40 |
| Binary | 1001000 | 1001011 | 1011101 | 10111 | 10011 | 0 | 1000000 | 11100111 | 1101 | 100000 |
Color Harmonies of #484B5D
Complementary color
Monochromatic Colors of #484B5D
Black with #484B5D
Text Example
Text Example
White with #484B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B5D; }
p { color: rgb(72,75,93); }
H1.HeaderClassName
{
color: #484B5D;
}
.AnyTagClassName
{
color: #484B5D;
}
</style>
background-color css
<style>
a { background-color: #484B5D; }
a { background-color: rgb(72,75,93); }
div.DivClassName
{
background-color: #484B5D;
}
.BgClassName
{
background-color: #484B5D;
}
</style>
border-color css
<style>
span { border-color: #484B5D; }
span { border-color: rgb(72,75,93); }
td.TdClassName
{
border-color: #484B5D;
}
.TagClassName
{
border-color: #484B5D;
}
</style>