Shades of Atomic #43494B
Tints of Atomic #43494B
RGB
CMYK
RGB Variations
Color information
#43494B (or 0x43494B) is known color: Atomic. HEX triplet: 43, 49 and 4B. RGB value is (67,73,75). Sum of RGB (Red+Green+Blue) = 67+73+75=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 75 - color contains mainly: blue. Hex color #43494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43494B is #BCB6B4. Grayscale: #474747. Windows color (decimal): -12367541 or 4933955. OLE color: 4933955.
HSL color Cylindrical-coordinate representation of color #43494B: hue angle of 195º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #43494B is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 73 | 75 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.71 |
| HSL | 195º | 0.06% | 0.28% | - |
| HSV(B) | 195º | 0.11% | 0.29% | - |
| XYZ | 5.97 | 6.47 | 7.59 | - |
| YUV | 71.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 75 | 0.11 | 0.03 | 0 | 0.71 | 195 | 0.06 | 0.28 |
| Hex | 43 | 49 | 4B | B | 3 | 0 | 47 | C3 | 6 | 1C |
| Octal | 103 | 111 | 113 | 13 | 3 | 0 | 107 | 303 | 6 | 34 |
| Binary | 1000011 | 1001001 | 1001011 | 1011 | 11 | 0 | 1000111 | 11000011 | 110 | 11100 |
Color Harmonies of #43494B
Complementary color
Monochromatic Colors of #43494B
Black with #43494B
Text Example
Text Example
White with #43494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43494B; }
p { color: rgb(67,73,75); }
H1.HeaderClassName
{
color: #43494B;
}
.AnyTagClassName
{
color: #43494B;
}
</style>
background-color css
<style>
a { background-color: #43494B; }
a { background-color: rgb(67,73,75); }
div.DivClassName
{
background-color: #43494B;
}
.BgClassName
{
background-color: #43494B;
}
</style>
border-color css
<style>
span { border-color: #43494B; }
span { border-color: rgb(67,73,75); }
td.TdClassName
{
border-color: #43494B;
}
.TagClassName
{
border-color: #43494B;
}
</style>