Shades of Atomic #434749
Tints of Atomic #434749
RGB
CMYK
RGB Variations
Color information
#434749 (or 0x434749) is known color: Atomic. HEX triplet: 43, 47 and 49. RGB value is (67,71,73). Sum of RGB (Red+Green+Blue) = 67+71+73=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 73 - color contains mainly: blue. Hex color #434749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434749 is #BCB8B6. Grayscale: #464646. Windows color (decimal): -12368055 or 4802371. OLE color: 4802371.
HSL color Cylindrical-coordinate representation of color #434749: hue angle of 200º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #434749 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 71 | 73 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.71 |
| HSL | 200º | 0.04% | 0.27% | - |
| HSV(B) | 200º | 0.08% | 0.29% | - |
| XYZ | 5.77 | 6.18 | 7.19 | - |
| YUV | 70.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 73 | 0.08 | 0.03 | 0 | 0.71 | 200 | 0.04 | 0.27 |
| Hex | 43 | 47 | 49 | 8 | 3 | 0 | 47 | C8 | 4 | 1B |
| Octal | 103 | 107 | 111 | 10 | 3 | 0 | 107 | 310 | 4 | 33 |
| Binary | 1000011 | 1000111 | 1001001 | 1000 | 11 | 0 | 1000111 | 11001000 | 100 | 11011 |
Color Harmonies of #434749
Complementary color
Monochromatic Colors of #434749
Black with #434749
Text Example
Text Example
White with #434749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434749; }
p { color: rgb(67,71,73); }
H1.HeaderClassName
{
color: #434749;
}
.AnyTagClassName
{
color: #434749;
}
</style>
background-color css
<style>
a { background-color: #434749; }
a { background-color: rgb(67,71,73); }
div.DivClassName
{
background-color: #434749;
}
.BgClassName
{
background-color: #434749;
}
</style>
border-color css
<style>
span { border-color: #434749; }
span { border-color: rgb(67,71,73); }
td.TdClassName
{
border-color: #434749;
}
.TagClassName
{
border-color: #434749;
}
</style>