Shades of Blue Zodiac #484C5C
Tints of Blue Zodiac #484C5C
RGB
CMYK
RGB Variations
Color information
#484C5C (or 0x484C5C) is known color: Blue Zodiac. HEX triplet: 48, 4C and 5C. RGB value is (72,76,92). Sum of RGB (Red+Green+Blue) = 72+76+92=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #484C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C5C is #B7B3A3. Grayscale: #4C4C4C. Windows color (decimal): -12039076 or 6048840. OLE color: 6048840.
HSL color Cylindrical-coordinate representation of color #484C5C: hue angle of 228º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #484C5C is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 76 | 92 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.64 |
| HSL | 228º | 0.12% | 0.32% | - |
| HSV(B) | 228º | 0.22% | 0.36% | - |
| XYZ | 7.19 | 7.32 | 11.16 | - |
| YUV | 76.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 92 | 0.22 | 0.17 | 0 | 0.64 | 228 | 0.12 | 0.32 |
| Hex | 48 | 4C | 5C | 16 | 11 | 0 | 40 | E4 | C | 20 |
| Octal | 110 | 114 | 134 | 26 | 21 | 0 | 100 | 344 | 14 | 40 |
| Binary | 1001000 | 1001100 | 1011100 | 10110 | 10001 | 0 | 1000000 | 11100100 | 1100 | 100000 |
Color Harmonies of #484C5C
Complementary color
Monochromatic Colors of #484C5C
Black with #484C5C
Text Example
Text Example
White with #484C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C5C; }
p { color: rgb(72,76,92); }
H1.HeaderClassName
{
color: #484C5C;
}
.AnyTagClassName
{
color: #484C5C;
}
</style>
background-color css
<style>
a { background-color: #484C5C; }
a { background-color: rgb(72,76,92); }
div.DivClassName
{
background-color: #484C5C;
}
.BgClassName
{
background-color: #484C5C;
}
</style>
border-color css
<style>
span { border-color: #484C5C; }
span { border-color: rgb(72,76,92); }
td.TdClassName
{
border-color: #484C5C;
}
.TagClassName
{
border-color: #484C5C;
}
</style>