Shades of Atomic #454C50
Tints of Atomic #454C50
RGB
CMYK
RGB Variations
Color information
#454C50 (or 0x454C50) is known color: Atomic. HEX triplet: 45, 4C and 50. RGB value is (69,76,80). Sum of RGB (Red+Green+Blue) = 69+76+80=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: blue. Hex color #454C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C50 is #BAB3AF. Grayscale: #4A4A4A. Windows color (decimal): -12235696 or 5262405. OLE color: 5262405.
HSL color Cylindrical-coordinate representation of color #454C50: hue angle of 201.82º 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 #454C50 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 76 | 80 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.69 |
| HSL | 201.82º | 0.07% | 0.29% | - |
| HSV(B) | 201.82º | 0.14% | 0.31% | - |
| XYZ | 6.49 | 7.01 | 8.6 | - |
| YUV | 74.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 80 | 0.14 | 0.05 | 0 | 0.69 | 201.82 | 0.07 | 0.29 |
| Hex | 45 | 4C | 50 | E | 5 | 0 | 45 | CA | 7 | 1D |
| Octal | 105 | 114 | 120 | 16 | 5 | 0 | 105 | 312 | 7 | 35 |
| Binary | 1000101 | 1001100 | 1010000 | 1110 | 101 | 0 | 1000101 | 11001010 | 111 | 11101 |
Color Harmonies of #454C50
Complementary color
Monochromatic Colors of #454C50
Black with #454C50
Text Example
Text Example
White with #454C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C50; }
p { color: rgb(69,76,80); }
H1.HeaderClassName
{
color: #454C50;
}
.AnyTagClassName
{
color: #454C50;
}
</style>
background-color css
<style>
a { background-color: #454C50; }
a { background-color: rgb(69,76,80); }
div.DivClassName
{
background-color: #454C50;
}
.BgClassName
{
background-color: #454C50;
}
</style>
border-color css
<style>
span { border-color: #454C50; }
span { border-color: rgb(69,76,80); }
td.TdClassName
{
border-color: #454C50;
}
.TagClassName
{
border-color: #454C50;
}
</style>