Shades of Atomic #434A4D
Tints of Atomic #434A4D
RGB
CMYK
RGB Variations
Color information
#434A4D (or 0x434A4D) is known color: Atomic. HEX triplet: 43, 4A and 4D. RGB value is (67,74,77). Sum of RGB (Red+Green+Blue) = 67+74+77=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: blue. Hex color #434A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A4D is #BCB5B2. Grayscale: #484848. Windows color (decimal): -12367283 or 5065283. OLE color: 5065283.
HSL color Cylindrical-coordinate representation of color #434A4D: hue angle of 198º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #434A4D is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 74 | 77 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.70 |
| HSL | 198º | 0.07% | 0.28% | - |
| HSV(B) | 198º | 0.13% | 0.3% | - |
| XYZ | 6.1 | 6.63 | 7.98 | - |
| YUV | 72.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 77 | 0.13 | 0.04 | 0 | 0.70 | 198 | 0.07 | 0.28 |
| Hex | 43 | 4A | 4D | D | 4 | 0 | 46 | C6 | 7 | 1C |
| Octal | 103 | 112 | 115 | 15 | 4 | 0 | 106 | 306 | 7 | 34 |
| Binary | 1000011 | 1001010 | 1001101 | 1101 | 100 | 0 | 1000110 | 11000110 | 111 | 11100 |
Color Harmonies of #434A4D
Complementary color
Monochromatic Colors of #434A4D
Black with #434A4D
Text Example
Text Example
White with #434A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A4D; }
p { color: rgb(67,74,77); }
H1.HeaderClassName
{
color: #434A4D;
}
.AnyTagClassName
{
color: #434A4D;
}
</style>
background-color css
<style>
a { background-color: #434A4D; }
a { background-color: rgb(67,74,77); }
div.DivClassName
{
background-color: #434A4D;
}
.BgClassName
{
background-color: #434A4D;
}
</style>
border-color css
<style>
span { border-color: #434A4D; }
span { border-color: rgb(67,74,77); }
td.TdClassName
{
border-color: #434A4D;
}
.TagClassName
{
border-color: #434A4D;
}
</style>