Shades of Atomic #474C50
Tints of Atomic #474C50
RGB
CMYK
RGB Variations
Color information
#474C50 (or 0x474C50) is known color: Atomic. HEX triplet: 47, 4C and 50. RGB value is (71,76,80). Sum of RGB (Red+Green+Blue) = 71+76+80=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: blue. Hex color #474C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C50 is #B8B3AF. Grayscale: #4A4A4A. Windows color (decimal): -12104624 or 5262407. OLE color: 5262407.
HSL color Cylindrical-coordinate representation of color #474C50: hue angle of 206.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #474C50 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 76 | 80 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.69 |
| HSL | 206.67º | 0.06% | 0.3% | - |
| HSV(B) | 206.67º | 0.11% | 0.31% | - |
| XYZ | 6.63 | 7.09 | 8.61 | - |
| YUV | 74.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 80 | 0.11 | 0.05 | 0 | 0.69 | 206.67 | 0.06 | 0.3 |
| Hex | 47 | 4C | 50 | B | 5 | 0 | 45 | CF | 6 | 1E |
| Octal | 107 | 114 | 120 | 13 | 5 | 0 | 105 | 317 | 6 | 36 |
| Binary | 1000111 | 1001100 | 1010000 | 1011 | 101 | 0 | 1000101 | 11001111 | 110 | 11110 |
Color Harmonies of #474C50
Complementary color
Monochromatic Colors of #474C50
Black with #474C50
Text Example
Text Example
White with #474C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C50; }
p { color: rgb(71,76,80); }
H1.HeaderClassName
{
color: #474C50;
}
.AnyTagClassName
{
color: #474C50;
}
</style>
background-color css
<style>
a { background-color: #474C50; }
a { background-color: rgb(71,76,80); }
div.DivClassName
{
background-color: #474C50;
}
.BgClassName
{
background-color: #474C50;
}
</style>
border-color css
<style>
span { border-color: #474C50; }
span { border-color: rgb(71,76,80); }
td.TdClassName
{
border-color: #474C50;
}
.TagClassName
{
border-color: #474C50;
}
</style>