Shades of Atomic #454A4C
Tints of Atomic #454A4C
RGB
CMYK
RGB Variations
Color information
#454A4C (or 0x454A4C) is known color: Atomic. HEX triplet: 45, 4A and 4C. RGB value is (69,74,76). Sum of RGB (Red+Green+Blue) = 69+74+76=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 76 - color contains mainly: blue. Hex color #454A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A4C is #BAB5B3. Grayscale: #484848. Windows color (decimal): -12236212 or 4999749. OLE color: 4999749.
HSL color Cylindrical-coordinate representation of color #454A4C: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #454A4C is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 74 | 76 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.70 |
| HSL | 197.14º | 0.05% | 0.28% | - |
| HSV(B) | 197.14º | 0.09% | 0.3% | - |
| XYZ | 6.21 | 6.68 | 7.8 | - |
| YUV | 72.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 76 | 0.09 | 0.03 | 0 | 0.70 | 197.14 | 0.05 | 0.28 |
| Hex | 45 | 4A | 4C | 9 | 3 | 0 | 46 | C5 | 5 | 1C |
| Octal | 105 | 112 | 114 | 11 | 3 | 0 | 106 | 305 | 5 | 34 |
| Binary | 1000101 | 1001010 | 1001100 | 1001 | 11 | 0 | 1000110 | 11000101 | 101 | 11100 |
Color Harmonies of #454A4C
Complementary color
Monochromatic Colors of #454A4C
Black with #454A4C
Text Example
Text Example
White with #454A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A4C; }
p { color: rgb(69,74,76); }
H1.HeaderClassName
{
color: #454A4C;
}
.AnyTagClassName
{
color: #454A4C;
}
</style>
background-color css
<style>
a { background-color: #454A4C; }
a { background-color: rgb(69,74,76); }
div.DivClassName
{
background-color: #454A4C;
}
.BgClassName
{
background-color: #454A4C;
}
</style>
border-color css
<style>
span { border-color: #454A4C; }
span { border-color: rgb(69,74,76); }
td.TdClassName
{
border-color: #454A4C;
}
.TagClassName
{
border-color: #454A4C;
}
</style>