Shades of Atomic #43484A
Tints of Atomic #43484A
RGB
CMYK
RGB Variations
Color information
#43484A (or 0x43484A) is known color: Atomic. HEX triplet: 43, 48 and 4A. RGB value is (67,72,74). Sum of RGB (Red+Green+Blue) = 67+72+74=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 74 - color contains mainly: blue. Hex color #43484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43484A is #BCB7B5. Grayscale: #464646. Windows color (decimal): -12367798 or 4868163. OLE color: 4868163.
HSL color Cylindrical-coordinate representation of color #43484A: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #43484A is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 72 | 74 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.71 |
| HSL | 197.14º | 0.05% | 0.28% | - |
| HSV(B) | 197.14º | 0.09% | 0.29% | - |
| XYZ | 5.87 | 6.32 | 7.39 | - |
| YUV | 70.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 74 | 0.09 | 0.03 | 0 | 0.71 | 197.14 | 0.05 | 0.28 |
| Hex | 43 | 48 | 4A | 9 | 3 | 0 | 47 | C5 | 5 | 1C |
| Octal | 103 | 110 | 112 | 11 | 3 | 0 | 107 | 305 | 5 | 34 |
| Binary | 1000011 | 1001000 | 1001010 | 1001 | 11 | 0 | 1000111 | 11000101 | 101 | 11100 |
Color Harmonies of #43484A
Complementary color
Monochromatic Colors of #43484A
Black with #43484A
Text Example
Text Example
White with #43484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43484A; }
p { color: rgb(67,72,74); }
H1.HeaderClassName
{
color: #43484A;
}
.AnyTagClassName
{
color: #43484A;
}
</style>
background-color css
<style>
a { background-color: #43484A; }
a { background-color: rgb(67,72,74); }
div.DivClassName
{
background-color: #43484A;
}
.BgClassName
{
background-color: #43484A;
}
</style>
border-color css
<style>
span { border-color: #43484A; }
span { border-color: rgb(67,72,74); }
td.TdClassName
{
border-color: #43484A;
}
.TagClassName
{
border-color: #43484A;
}
</style>