Shades of Atomic #454F56
Tints of Atomic #454F56
RGB
CMYK
RGB Variations
Color information
#454F56 (or 0x454F56) is known color: Atomic. HEX triplet: 45, 4F and 56. RGB value is (69,79,86). Sum of RGB (Red+Green+Blue) = 69+79+86=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 86 - color contains mainly: blue. Hex color #454F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F56 is #BAB0A9. Grayscale: #4C4C4C. Windows color (decimal): -12234922 or 5656389. OLE color: 5656389.
HSL color Cylindrical-coordinate representation of color #454F56: hue angle of 204.71º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #454F56 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 79 | 86 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.66 |
| HSL | 204.71º | 0.11% | 0.3% | - |
| HSV(B) | 204.71º | 0.2% | 0.34% | - |
| XYZ | 6.93 | 7.53 | 9.89 | - |
| YUV | 76.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 86 | 0.20 | 0.08 | 0 | 0.66 | 204.71 | 0.11 | 0.3 |
| Hex | 45 | 4F | 56 | 14 | 8 | 0 | 42 | CD | B | 1E |
| Octal | 105 | 117 | 126 | 24 | 10 | 0 | 102 | 315 | 13 | 36 |
| Binary | 1000101 | 1001111 | 1010110 | 10100 | 1000 | 0 | 1000010 | 11001101 | 1011 | 11110 |
Color Harmonies of #454F56
Complementary color
Monochromatic Colors of #454F56
Black with #454F56
Text Example
Text Example
White with #454F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F56; }
p { color: rgb(69,79,86); }
H1.HeaderClassName
{
color: #454F56;
}
.AnyTagClassName
{
color: #454F56;
}
</style>
background-color css
<style>
a { background-color: #454F56; }
a { background-color: rgb(69,79,86); }
div.DivClassName
{
background-color: #454F56;
}
.BgClassName
{
background-color: #454F56;
}
</style>
border-color css
<style>
span { border-color: #454F56; }
span { border-color: rgb(69,79,86); }
td.TdClassName
{
border-color: #454F56;
}
.TagClassName
{
border-color: #454F56;
}
</style>