Shades of Atomic #454D50
Tints of Atomic #454D50
RGB
CMYK
RGB Variations
Color information
#454D50 (or 0x454D50) is known color: Atomic. HEX triplet: 45, 4D and 50. RGB value is (69,77,80). Sum of RGB (Red+Green+Blue) = 69+77+80=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 80 - color contains mainly: blue. Hex color #454D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D50 is #BAB2AF. Grayscale: #4A4A4A. Windows color (decimal): -12235440 or 5262661. OLE color: 5262661.
HSL color Cylindrical-coordinate representation of color #454D50: hue angle of 196.36º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #454D50 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 77 | 80 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.69 |
| HSL | 196.36º | 0.07% | 0.29% | - |
| HSV(B) | 196.36º | 0.14% | 0.31% | - |
| XYZ | 6.56 | 7.15 | 8.62 | - |
| YUV | 74.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 80 | 0.14 | 0.04 | 0 | 0.69 | 196.36 | 0.07 | 0.29 |
| Hex | 45 | 4D | 50 | E | 4 | 0 | 45 | C4 | 7 | 1D |
| Octal | 105 | 115 | 120 | 16 | 4 | 0 | 105 | 304 | 7 | 35 |
| Binary | 1000101 | 1001101 | 1010000 | 1110 | 100 | 0 | 1000101 | 11000100 | 111 | 11101 |
Color Harmonies of #454D50
Complementary color
Monochromatic Colors of #454D50
Black with #454D50
Text Example
Text Example
White with #454D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D50; }
p { color: rgb(69,77,80); }
H1.HeaderClassName
{
color: #454D50;
}
.AnyTagClassName
{
color: #454D50;
}
</style>
background-color css
<style>
a { background-color: #454D50; }
a { background-color: rgb(69,77,80); }
div.DivClassName
{
background-color: #454D50;
}
.BgClassName
{
background-color: #454D50;
}
</style>
border-color css
<style>
span { border-color: #454D50; }
span { border-color: rgb(69,77,80); }
td.TdClassName
{
border-color: #454D50;
}
.TagClassName
{
border-color: #454D50;
}
</style>