Shades of Atomic #414B50
Tints of Atomic #414B50
RGB
CMYK
RGB Variations
Color information
#414B50 (or 0x414B50) is known color: Atomic. HEX triplet: 41, 4B and 50. RGB value is (65,75,80). Sum of RGB (Red+Green+Blue) = 65+75+80=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #414B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B50 is #BEB4AF. Grayscale: #484848. Windows color (decimal): -12498096 or 5262145. OLE color: 5262145.
HSL color Cylindrical-coordinate representation of color #414B50: hue angle of 200º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #414B50 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 75 | 80 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.69 |
| HSL | 200º | 0.1% | 0.28% | - |
| HSV(B) | 200º | 0.19% | 0.31% | - |
| XYZ | 6.14 | 6.74 | 8.57 | - |
| YUV | 72.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 80 | 0.19 | 0.06 | 0 | 0.69 | 200 | 0.1 | 0.28 |
| Hex | 41 | 4B | 50 | 13 | 6 | 0 | 45 | C8 | A | 1C |
| Octal | 101 | 113 | 120 | 23 | 6 | 0 | 105 | 310 | 12 | 34 |
| Binary | 1000001 | 1001011 | 1010000 | 10011 | 110 | 0 | 1000101 | 11001000 | 1010 | 11100 |
Color Harmonies of #414B50
Complementary color
Monochromatic Colors of #414B50
Black with #414B50
Text Example
Text Example
White with #414B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B50; }
p { color: rgb(65,75,80); }
H1.HeaderClassName
{
color: #414B50;
}
.AnyTagClassName
{
color: #414B50;
}
</style>
background-color css
<style>
a { background-color: #414B50; }
a { background-color: rgb(65,75,80); }
div.DivClassName
{
background-color: #414B50;
}
.BgClassName
{
background-color: #414B50;
}
</style>
border-color css
<style>
span { border-color: #414B50; }
span { border-color: rgb(65,75,80); }
td.TdClassName
{
border-color: #414B50;
}
.TagClassName
{
border-color: #414B50;
}
</style>