Shades of Atomic #414C53
Tints of Atomic #414C53
RGB
CMYK
RGB Variations
Color information
#414C53 (or 0x414C53) is known color: Atomic. HEX triplet: 41, 4C and 53. RGB value is (65,76,83). Sum of RGB (Red+Green+Blue) = 65+76+83=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #414C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C53 is #BEB3AC. Grayscale: #494949. Windows color (decimal): -12497837 or 5459009. OLE color: 5459009.
HSL color Cylindrical-coordinate representation of color #414C53: hue angle of 203.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414C53 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 76 | 83 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.67 |
| HSL | 203.33º | 0.12% | 0.29% | - |
| HSV(B) | 203.33º | 0.22% | 0.33% | - |
| XYZ | 6.33 | 6.92 | 9.19 | - |
| YUV | 73.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 83 | 0.22 | 0.08 | 0 | 0.67 | 203.33 | 0.12 | 0.29 |
| Hex | 41 | 4C | 53 | 16 | 8 | 0 | 43 | CB | C | 1D |
| Octal | 101 | 114 | 123 | 26 | 10 | 0 | 103 | 313 | 14 | 35 |
| Binary | 1000001 | 1001100 | 1010011 | 10110 | 1000 | 0 | 1000011 | 11001011 | 1100 | 11101 |
Color Harmonies of #414C53
Complementary color
Monochromatic Colors of #414C53
Black with #414C53
Text Example
Text Example
White with #414C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C53; }
p { color: rgb(65,76,83); }
H1.HeaderClassName
{
color: #414C53;
}
.AnyTagClassName
{
color: #414C53;
}
</style>
background-color css
<style>
a { background-color: #414C53; }
a { background-color: rgb(65,76,83); }
div.DivClassName
{
background-color: #414C53;
}
.BgClassName
{
background-color: #414C53;
}
</style>
border-color css
<style>
span { border-color: #414C53; }
span { border-color: rgb(65,76,83); }
td.TdClassName
{
border-color: #414C53;
}
.TagClassName
{
border-color: #414C53;
}
</style>