Shades of Atomic #454D54
Tints of Atomic #454D54
RGB
CMYK
RGB Variations
Color information
#454D54 (or 0x454D54) is known color: Atomic. HEX triplet: 45, 4D and 54. RGB value is (69,77,84). Sum of RGB (Red+Green+Blue) = 69+77+84=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 84 - color contains mainly: blue. Hex color #454D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D54 is #BAB2AB. Grayscale: #4B4B4B. Windows color (decimal): -12235436 or 5524805. OLE color: 5524805.
HSL color Cylindrical-coordinate representation of color #454D54: hue angle of 208º 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 #454D54 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 77 | 84 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.67 |
| HSL | 208º | 0.1% | 0.3% | - |
| HSV(B) | 208º | 0.18% | 0.33% | - |
| XYZ | 6.71 | 7.21 | 9.43 | - |
| YUV | 75.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 84 | 0.18 | 0.08 | 0 | 0.67 | 208 | 0.1 | 0.3 |
| Hex | 45 | 4D | 54 | 12 | 8 | 0 | 43 | D0 | A | 1E |
| Octal | 105 | 115 | 124 | 22 | 10 | 0 | 103 | 320 | 12 | 36 |
| Binary | 1000101 | 1001101 | 1010100 | 10010 | 1000 | 0 | 1000011 | 11010000 | 1010 | 11110 |
Color Harmonies of #454D54
Complementary color
Monochromatic Colors of #454D54
Black with #454D54
Text Example
Text Example
White with #454D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D54; }
p { color: rgb(69,77,84); }
H1.HeaderClassName
{
color: #454D54;
}
.AnyTagClassName
{
color: #454D54;
}
</style>
background-color css
<style>
a { background-color: #454D54; }
a { background-color: rgb(69,77,84); }
div.DivClassName
{
background-color: #454D54;
}
.BgClassName
{
background-color: #454D54;
}
</style>
border-color css
<style>
span { border-color: #454D54; }
span { border-color: rgb(69,77,84); }
td.TdClassName
{
border-color: #454D54;
}
.TagClassName
{
border-color: #454D54;
}
</style>