Shades of Atomic #484D51
Tints of Atomic #484D51
RGB
CMYK
RGB Variations
Color information
#484D51 (or 0x484D51) is known color: Atomic. HEX triplet: 48, 4D and 51. RGB value is (72,77,81). Sum of RGB (Red+Green+Blue) = 72+77+81=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 81 - color contains mainly: blue. Hex color #484D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D51 is #B7B2AE. Grayscale: #4B4B4B. Windows color (decimal): -12038831 or 5328200. OLE color: 5328200.
HSL color Cylindrical-coordinate representation of color #484D51: hue angle of 206.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #484D51 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 77 | 81 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.68 |
| HSL | 206.67º | 0.06% | 0.3% | - |
| HSV(B) | 206.67º | 0.11% | 0.32% | - |
| XYZ | 6.81 | 7.28 | 8.83 | - |
| YUV | 75.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 81 | 0.11 | 0.05 | 0 | 0.68 | 206.67 | 0.06 | 0.3 |
| Hex | 48 | 4D | 51 | B | 5 | 0 | 44 | CF | 6 | 1E |
| Octal | 110 | 115 | 121 | 13 | 5 | 0 | 104 | 317 | 6 | 36 |
| Binary | 1001000 | 1001101 | 1010001 | 1011 | 101 | 0 | 1000100 | 11001111 | 110 | 11110 |
Color Harmonies of #484D51
Complementary color
Monochromatic Colors of #484D51
Black with #484D51
Text Example
Text Example
White with #484D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D51; }
p { color: rgb(72,77,81); }
H1.HeaderClassName
{
color: #484D51;
}
.AnyTagClassName
{
color: #484D51;
}
</style>
background-color css
<style>
a { background-color: #484D51; }
a { background-color: rgb(72,77,81); }
div.DivClassName
{
background-color: #484D51;
}
.BgClassName
{
background-color: #484D51;
}
</style>
border-color css
<style>
span { border-color: #484D51; }
span { border-color: rgb(72,77,81); }
td.TdClassName
{
border-color: #484D51;
}
.TagClassName
{
border-color: #484D51;
}
</style>