Shades of Atomic #434A4C
Tints of Atomic #434A4C
RGB
CMYK
RGB Variations
Color information
#434A4C (or 0x434A4C) is known color: Atomic. HEX triplet: 43, 4A and 4C. RGB value is (67,74,76). Sum of RGB (Red+Green+Blue) = 67+74+76=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 76 - color contains mainly: blue. Hex color #434A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434A4C is #BCB5B3. Grayscale: #484848. Windows color (decimal): -12367284 or 4999747. OLE color: 4999747.
HSL color Cylindrical-coordinate representation of color #434A4C: hue angle of 193.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #434A4C is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 74 | 76 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.70 |
| HSL | 193.33º | 0.06% | 0.28% | - |
| HSV(B) | 193.33º | 0.12% | 0.3% | - |
| XYZ | 6.07 | 6.61 | 7.79 | - |
| YUV | 72.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 76 | 0.12 | 0.03 | 0 | 0.70 | 193.33 | 0.06 | 0.28 |
| Hex | 43 | 4A | 4C | C | 3 | 0 | 46 | C1 | 6 | 1C |
| Octal | 103 | 112 | 114 | 14 | 3 | 0 | 106 | 301 | 6 | 34 |
| Binary | 1000011 | 1001010 | 1001100 | 1100 | 11 | 0 | 1000110 | 11000001 | 110 | 11100 |
Color Harmonies of #434A4C
Complementary color
Monochromatic Colors of #434A4C
Black with #434A4C
Text Example
Text Example
White with #434A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A4C; }
p { color: rgb(67,74,76); }
H1.HeaderClassName
{
color: #434A4C;
}
.AnyTagClassName
{
color: #434A4C;
}
</style>
background-color css
<style>
a { background-color: #434A4C; }
a { background-color: rgb(67,74,76); }
div.DivClassName
{
background-color: #434A4C;
}
.BgClassName
{
background-color: #434A4C;
}
</style>
border-color css
<style>
span { border-color: #434A4C; }
span { border-color: rgb(67,74,76); }
td.TdClassName
{
border-color: #434A4C;
}
.TagClassName
{
border-color: #434A4C;
}
</style>