Shades of Atomic #454D4F
Tints of Atomic #454D4F
RGB
CMYK
RGB Variations
Color information
#454D4F (or 0x454D4F) is known color: Atomic. HEX triplet: 45, 4D and 4F. RGB value is (69,77,79). Sum of RGB (Red+Green+Blue) = 69+77+79=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 79 - color contains mainly: blue. Hex color #454D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D4F is #BAB2B0. Grayscale: #4A4A4A. Windows color (decimal): -12235441 or 5197125. OLE color: 5197125.
HSL color Cylindrical-coordinate representation of color #454D4F: hue angle of 192º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #454D4F is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 77 | 79 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.69 |
| HSL | 192º | 0.07% | 0.29% | - |
| HSV(B) | 192º | 0.13% | 0.31% | - |
| XYZ | 6.52 | 7.14 | 8.43 | - |
| YUV | 74.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 79 | 0.13 | 0.03 | 0 | 0.69 | 192 | 0.07 | 0.29 |
| Hex | 45 | 4D | 4F | D | 3 | 0 | 45 | C0 | 7 | 1D |
| Octal | 105 | 115 | 117 | 15 | 3 | 0 | 105 | 300 | 7 | 35 |
| Binary | 1000101 | 1001101 | 1001111 | 1101 | 11 | 0 | 1000101 | 11000000 | 111 | 11101 |
Color Harmonies of #454D4F
Complementary color
Monochromatic Colors of #454D4F
Black with #454D4F
Text Example
Text Example
White with #454D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D4F; }
p { color: rgb(69,77,79); }
H1.HeaderClassName
{
color: #454D4F;
}
.AnyTagClassName
{
color: #454D4F;
}
</style>
background-color css
<style>
a { background-color: #454D4F; }
a { background-color: rgb(69,77,79); }
div.DivClassName
{
background-color: #454D4F;
}
.BgClassName
{
background-color: #454D4F;
}
</style>
border-color css
<style>
span { border-color: #454D4F; }
span { border-color: rgb(69,77,79); }
td.TdClassName
{
border-color: #454D4F;
}
.TagClassName
{
border-color: #454D4F;
}
</style>