Shades of Atomic #454D52
Tints of Atomic #454D52
RGB
CMYK
RGB Variations
Color information
#454D52 (or 0x454D52) is known color: Atomic. HEX triplet: 45, 4D and 52. RGB value is (69,77,82). Sum of RGB (Red+Green+Blue) = 69+77+82=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #454D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D52 is #BAB2AD. Grayscale: #4B4B4B. Windows color (decimal): -12235438 or 5393733. OLE color: 5393733.
HSL color Cylindrical-coordinate representation of color #454D52: hue angle of 203.08º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #454D52 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 77 | 82 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.68 |
| HSL | 203.08º | 0.09% | 0.3% | - |
| HSV(B) | 203.08º | 0.16% | 0.32% | - |
| XYZ | 6.63 | 7.18 | 9.02 | - |
| YUV | 75.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 82 | 0.16 | 0.06 | 0 | 0.68 | 203.08 | 0.09 | 0.3 |
| Hex | 45 | 4D | 52 | 10 | 6 | 0 | 44 | CB | 9 | 1E |
| Octal | 105 | 115 | 122 | 20 | 6 | 0 | 104 | 313 | 11 | 36 |
| Binary | 1000101 | 1001101 | 1010010 | 10000 | 110 | 0 | 1000100 | 11001011 | 1001 | 11110 |
Color Harmonies of #454D52
Complementary color
Monochromatic Colors of #454D52
Black with #454D52
Text Example
Text Example
White with #454D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D52; }
p { color: rgb(69,77,82); }
H1.HeaderClassName
{
color: #454D52;
}
.AnyTagClassName
{
color: #454D52;
}
</style>
background-color css
<style>
a { background-color: #454D52; }
a { background-color: rgb(69,77,82); }
div.DivClassName
{
background-color: #454D52;
}
.BgClassName
{
background-color: #454D52;
}
</style>
border-color css
<style>
span { border-color: #454D52; }
span { border-color: rgb(69,77,82); }
td.TdClassName
{
border-color: #454D52;
}
.TagClassName
{
border-color: #454D52;
}
</style>