Shades of Atomic #454F55
Tints of Atomic #454F55
RGB
CMYK
RGB Variations
Color information
#454F55 (or 0x454F55) is known color: Atomic. HEX triplet: 45, 4F and 55. RGB value is (69,79,85). Sum of RGB (Red+Green+Blue) = 69+79+85=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #454F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F55 is #BAB0AA. Grayscale: #4C4C4C. Windows color (decimal): -12234923 or 5590853. OLE color: 5590853.
HSL color Cylindrical-coordinate representation of color #454F55: hue angle of 202.5º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #454F55 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 79 | 85 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.67 |
| HSL | 202.5º | 0.1% | 0.3% | - |
| HSV(B) | 202.5º | 0.19% | 0.33% | - |
| XYZ | 6.89 | 7.51 | 9.68 | - |
| YUV | 76.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 85 | 0.19 | 0.07 | 0 | 0.67 | 202.5 | 0.1 | 0.3 |
| Hex | 45 | 4F | 55 | 13 | 7 | 0 | 43 | CA | A | 1E |
| Octal | 105 | 117 | 125 | 23 | 7 | 0 | 103 | 312 | 12 | 36 |
| Binary | 1000101 | 1001111 | 1010101 | 10011 | 111 | 0 | 1000011 | 11001010 | 1010 | 11110 |
Color Harmonies of #454F55
Complementary color
Monochromatic Colors of #454F55
Black with #454F55
Text Example
Text Example
White with #454F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F55; }
p { color: rgb(69,79,85); }
H1.HeaderClassName
{
color: #454F55;
}
.AnyTagClassName
{
color: #454F55;
}
</style>
background-color css
<style>
a { background-color: #454F55; }
a { background-color: rgb(69,79,85); }
div.DivClassName
{
background-color: #454F55;
}
.BgClassName
{
background-color: #454F55;
}
</style>
border-color css
<style>
span { border-color: #454F55; }
span { border-color: rgb(69,79,85); }
td.TdClassName
{
border-color: #454F55;
}
.TagClassName
{
border-color: #454F55;
}
</style>