Shades of Atomic #484C4F
Tints of Atomic #484C4F
RGB
CMYK
RGB Variations
Color information
#484C4F (or 0x484C4F) is known color: Atomic. HEX triplet: 48, 4C and 4F. RGB value is (72,76,79). Sum of RGB (Red+Green+Blue) = 72+76+79=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 79 - color contains mainly: blue. Hex color #484C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C4F is #B7B3B0. Grayscale: #4B4B4B. Windows color (decimal): -12039089 or 5196872. OLE color: 5196872.
HSL color Cylindrical-coordinate representation of color #484C4F: hue angle of 205.71º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #484C4F is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 76 | 79 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.69 |
| HSL | 205.71º | 0.05% | 0.3% | - |
| HSV(B) | 205.71º | 0.09% | 0.31% | - |
| XYZ | 6.67 | 7.11 | 8.42 | - |
| YUV | 75.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 79 | 0.09 | 0.04 | 0 | 0.69 | 205.71 | 0.05 | 0.3 |
| Hex | 48 | 4C | 4F | 9 | 4 | 0 | 45 | CE | 5 | 1E |
| Octal | 110 | 114 | 117 | 11 | 4 | 0 | 105 | 316 | 5 | 36 |
| Binary | 1001000 | 1001100 | 1001111 | 1001 | 100 | 0 | 1000101 | 11001110 | 101 | 11110 |
Color Harmonies of #484C4F
Complementary color
Monochromatic Colors of #484C4F
Black with #484C4F
Text Example
Text Example
White with #484C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C4F; }
p { color: rgb(72,76,79); }
H1.HeaderClassName
{
color: #484C4F;
}
.AnyTagClassName
{
color: #484C4F;
}
</style>
background-color css
<style>
a { background-color: #484C4F; }
a { background-color: rgb(72,76,79); }
div.DivClassName
{
background-color: #484C4F;
}
.BgClassName
{
background-color: #484C4F;
}
</style>
border-color css
<style>
span { border-color: #484C4F; }
span { border-color: rgb(72,76,79); }
td.TdClassName
{
border-color: #484C4F;
}
.TagClassName
{
border-color: #484C4F;
}
</style>