Shades of Atomic #454A4B
Tints of Atomic #454A4B
RGB
CMYK
RGB Variations
Color information
#454A4B (or 0x454A4B) is known color: Atomic. HEX triplet: 45, 4A and 4B. RGB value is (69,74,75). Sum of RGB (Red+Green+Blue) = 69+74+75=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 75 - color contains mainly: blue. Hex color #454A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A4B is #BAB5B4. Grayscale: #484848. Windows color (decimal): -12236213 or 4934213. OLE color: 4934213.
HSL color Cylindrical-coordinate representation of color #454A4B: hue angle of 190º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #454A4B is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 75 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.71 |
| HSL | 190º | 0.04% | 0.28% | - |
| HSV(B) | 190º | 0.08% | 0.29% | - |
| XYZ | 6.17 | 6.67 | 7.62 | - |
| YUV | 72.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 75 | 0.08 | 0.01 | 0 | 0.71 | 190 | 0.04 | 0.28 |
| Hex | 45 | 4A | 4B | 8 | 1 | 0 | 47 | BE | 4 | 1C |
| Octal | 105 | 112 | 113 | 10 | 1 | 0 | 107 | 276 | 4 | 34 |
| Binary | 1000101 | 1001010 | 1001011 | 1000 | 1 | 0 | 1000111 | 10111110 | 100 | 11100 |
Color Harmonies of #454A4B
Complementary color
Monochromatic Colors of #454A4B
Black with #454A4B
Text Example
Text Example
White with #454A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A4B; }
p { color: rgb(69,74,75); }
H1.HeaderClassName
{
color: #454A4B;
}
.AnyTagClassName
{
color: #454A4B;
}
</style>
background-color css
<style>
a { background-color: #454A4B; }
a { background-color: rgb(69,74,75); }
div.DivClassName
{
background-color: #454A4B;
}
.BgClassName
{
background-color: #454A4B;
}
</style>
border-color css
<style>
span { border-color: #454A4B; }
span { border-color: rgb(69,74,75); }
td.TdClassName
{
border-color: #454A4B;
}
.TagClassName
{
border-color: #454A4B;
}
</style>