Shades of Atomic #424B50
Tints of Atomic #424B50
RGB
CMYK
RGB Variations
Color information
#424B50 (or 0x424B50) is known color: Atomic. HEX triplet: 42, 4B and 50. RGB value is (66,75,80). Sum of RGB (Red+Green+Blue) = 66+75+80=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #424B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B50 is #BDB4AF. Grayscale: #484848. Windows color (decimal): -12432560 or 5262146. OLE color: 5262146.
HSL color Cylindrical-coordinate representation of color #424B50: hue angle of 201.43º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #424B50 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 75 | 80 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.69 |
| HSL | 201.43º | 0.1% | 0.29% | - |
| HSV(B) | 201.43º | 0.18% | 0.31% | - |
| XYZ | 6.21 | 6.77 | 8.57 | - |
| YUV | 72.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 80 | 0.17 | 0.06 | 0 | 0.69 | 201.43 | 0.1 | 0.29 |
| Hex | 42 | 4B | 50 | 11 | 6 | 0 | 45 | C9 | A | 1D |
| Octal | 102 | 113 | 120 | 21 | 6 | 0 | 105 | 311 | 12 | 35 |
| Binary | 1000010 | 1001011 | 1010000 | 10001 | 110 | 0 | 1000101 | 11001001 | 1010 | 11101 |
Color Harmonies of #424B50
Complementary color
Monochromatic Colors of #424B50
Black with #424B50
Text Example
Text Example
White with #424B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B50; }
p { color: rgb(66,75,80); }
H1.HeaderClassName
{
color: #424B50;
}
.AnyTagClassName
{
color: #424B50;
}
</style>
background-color css
<style>
a { background-color: #424B50; }
a { background-color: rgb(66,75,80); }
div.DivClassName
{
background-color: #424B50;
}
.BgClassName
{
background-color: #424B50;
}
</style>
border-color css
<style>
span { border-color: #424B50; }
span { border-color: rgb(66,75,80); }
td.TdClassName
{
border-color: #424B50;
}
.TagClassName
{
border-color: #424B50;
}
</style>