Shades of Atomic #454D51
Tints of Atomic #454D51
RGB
CMYK
RGB Variations
Color information
#454D51 (or 0x454D51) is known color: Atomic. HEX triplet: 45, 4D and 51. RGB value is (69,77,81). Sum of RGB (Red+Green+Blue) = 69+77+81=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #454D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D51 is #BAB2AE. Grayscale: #4B4B4B. Windows color (decimal): -12235439 or 5328197. OLE color: 5328197.
HSL color Cylindrical-coordinate representation of color #454D51: hue angle of 200º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #454D51 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 77 | 81 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.68 |
| HSL | 200º | 0.08% | 0.29% | - |
| HSV(B) | 200º | 0.15% | 0.32% | - |
| XYZ | 6.59 | 7.17 | 8.82 | - |
| YUV | 75.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 81 | 0.15 | 0.05 | 0 | 0.68 | 200 | 0.08 | 0.29 |
| Hex | 45 | 4D | 51 | F | 5 | 0 | 44 | C8 | 8 | 1D |
| Octal | 105 | 115 | 121 | 17 | 5 | 0 | 104 | 310 | 10 | 35 |
| Binary | 1000101 | 1001101 | 1010001 | 1111 | 101 | 0 | 1000100 | 11001000 | 1000 | 11101 |
Color Harmonies of #454D51
Complementary color
Monochromatic Colors of #454D51
Black with #454D51
Text Example
Text Example
White with #454D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D51; }
p { color: rgb(69,77,81); }
H1.HeaderClassName
{
color: #454D51;
}
.AnyTagClassName
{
color: #454D51;
}
</style>
background-color css
<style>
a { background-color: #454D51; }
a { background-color: rgb(69,77,81); }
div.DivClassName
{
background-color: #454D51;
}
.BgClassName
{
background-color: #454D51;
}
</style>
border-color css
<style>
span { border-color: #454D51; }
span { border-color: rgb(69,77,81); }
td.TdClassName
{
border-color: #454D51;
}
.TagClassName
{
border-color: #454D51;
}
</style>