Shades of Atomic #434E55
Tints of Atomic #434E55
RGB
CMYK
RGB Variations
Color information
#434E55 (or 0x434E55) is known color: Atomic. HEX triplet: 43, 4E and 55. RGB value is (67,78,85). Sum of RGB (Red+Green+Blue) = 67+78+85=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 85 - color contains mainly: blue. Hex color #434E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E55 is #BCB1AA. Grayscale: #4B4B4B. Windows color (decimal): -12366251 or 5590595. OLE color: 5590595.
HSL color Cylindrical-coordinate representation of color #434E55: hue angle of 203.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #434E55 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 78 | 85 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.67 |
| HSL | 203.33º | 0.12% | 0.3% | - |
| HSV(B) | 203.33º | 0.21% | 0.33% | - |
| XYZ | 6.68 | 7.3 | 9.65 | - |
| YUV | 75.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 85 | 0.21 | 0.08 | 0 | 0.67 | 203.33 | 0.12 | 0.3 |
| Hex | 43 | 4E | 55 | 15 | 8 | 0 | 43 | CB | C | 1E |
| Octal | 103 | 116 | 125 | 25 | 10 | 0 | 103 | 313 | 14 | 36 |
| Binary | 1000011 | 1001110 | 1010101 | 10101 | 1000 | 0 | 1000011 | 11001011 | 1100 | 11110 |
Color Harmonies of #434E55
Complementary color
Monochromatic Colors of #434E55
Black with #434E55
Text Example
Text Example
White with #434E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434E55; }
p { color: rgb(67,78,85); }
H1.HeaderClassName
{
color: #434E55;
}
.AnyTagClassName
{
color: #434E55;
}
</style>
background-color css
<style>
a { background-color: #434E55; }
a { background-color: rgb(67,78,85); }
div.DivClassName
{
background-color: #434E55;
}
.BgClassName
{
background-color: #434E55;
}
</style>
border-color css
<style>
span { border-color: #434E55; }
span { border-color: rgb(67,78,85); }
td.TdClassName
{
border-color: #434E55;
}
.TagClassName
{
border-color: #434E55;
}
</style>