Shades of Atomic #454E54
Tints of Atomic #454E54
RGB
CMYK
RGB Variations
Color information
#454E54 (or 0x454E54) is known color: Atomic. HEX triplet: 45, 4E and 54. RGB value is (69,78,84). Sum of RGB (Red+Green+Blue) = 69+78+84=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 84 - color contains mainly: blue. Hex color #454E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E54 is #BAB1AB. Grayscale: #4B4B4B. Windows color (decimal): -12235180 or 5525061. OLE color: 5525061.
HSL color Cylindrical-coordinate representation of color #454E54: hue angle of 204º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #454E54 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 78 | 84 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.67 |
| HSL | 204º | 0.1% | 0.3% | - |
| HSV(B) | 204º | 0.18% | 0.33% | - |
| XYZ | 6.78 | 7.35 | 9.45 | - |
| YUV | 75.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 84 | 0.18 | 0.07 | 0 | 0.67 | 204 | 0.1 | 0.3 |
| Hex | 45 | 4E | 54 | 12 | 7 | 0 | 43 | CC | A | 1E |
| Octal | 105 | 116 | 124 | 22 | 7 | 0 | 103 | 314 | 12 | 36 |
| Binary | 1000101 | 1001110 | 1010100 | 10010 | 111 | 0 | 1000011 | 11001100 | 1010 | 11110 |
Color Harmonies of #454E54
Complementary color
Monochromatic Colors of #454E54
Black with #454E54
Text Example
Text Example
White with #454E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E54; }
p { color: rgb(69,78,84); }
H1.HeaderClassName
{
color: #454E54;
}
.AnyTagClassName
{
color: #454E54;
}
</style>
background-color css
<style>
a { background-color: #454E54; }
a { background-color: rgb(69,78,84); }
div.DivClassName
{
background-color: #454E54;
}
.BgClassName
{
background-color: #454E54;
}
</style>
border-color css
<style>
span { border-color: #454E54; }
span { border-color: rgb(69,78,84); }
td.TdClassName
{
border-color: #454E54;
}
.TagClassName
{
border-color: #454E54;
}
</style>