Shades of Atomic #454B4D
Tints of Atomic #454B4D
RGB
CMYK
RGB Variations
Color information
#454B4D (or 0x454B4D) is known color: Atomic. HEX triplet: 45, 4B and 4D. RGB value is (69,75,77). Sum of RGB (Red+Green+Blue) = 69+75+77=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 77 - color contains mainly: blue. Hex color #454B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B4D is #BAB4B2. Grayscale: #494949. Windows color (decimal): -12235955 or 5065541. OLE color: 5065541.
HSL color Cylindrical-coordinate representation of color #454B4D: hue angle of 195º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #454B4D is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 75 | 77 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.70 |
| HSL | 195º | 0.05% | 0.29% | - |
| HSV(B) | 195º | 0.1% | 0.3% | - |
| XYZ | 6.31 | 6.83 | 8.01 | - |
| YUV | 73.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 77 | 0.10 | 0.03 | 0 | 0.70 | 195 | 0.05 | 0.29 |
| Hex | 45 | 4B | 4D | A | 3 | 0 | 46 | C3 | 5 | 1D |
| Octal | 105 | 113 | 115 | 12 | 3 | 0 | 106 | 303 | 5 | 35 |
| Binary | 1000101 | 1001011 | 1001101 | 1010 | 11 | 0 | 1000110 | 11000011 | 101 | 11101 |
Color Harmonies of #454B4D
Complementary color
Monochromatic Colors of #454B4D
Black with #454B4D
Text Example
Text Example
White with #454B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B4D; }
p { color: rgb(69,75,77); }
H1.HeaderClassName
{
color: #454B4D;
}
.AnyTagClassName
{
color: #454B4D;
}
</style>
background-color css
<style>
a { background-color: #454B4D; }
a { background-color: rgb(69,75,77); }
div.DivClassName
{
background-color: #454B4D;
}
.BgClassName
{
background-color: #454B4D;
}
</style>
border-color css
<style>
span { border-color: #454B4D; }
span { border-color: rgb(69,75,77); }
td.TdClassName
{
border-color: #454B4D;
}
.TagClassName
{
border-color: #454B4D;
}
</style>