Shades of Atomic #434E54
Tints of Atomic #434E54
RGB
CMYK
RGB Variations
Color information
#434E54 (or 0x434E54) is known color: Atomic. HEX triplet: 43, 4E and 54. RGB value is (67,78,84). Sum of RGB (Red+Green+Blue) = 67+78+84=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 84 - color contains mainly: blue. Hex color #434E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E54 is #BCB1AB. Grayscale: #4B4B4B. Windows color (decimal): -12366252 or 5525059. OLE color: 5525059.
HSL color Cylindrical-coordinate representation of color #434E54: hue angle of 201.18º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #434E54 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 78 | 84 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.67 |
| HSL | 201.18º | 0.11% | 0.3% | - |
| HSV(B) | 201.18º | 0.2% | 0.33% | - |
| XYZ | 6.64 | 7.28 | 9.44 | - |
| YUV | 75.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 84 | 0.20 | 0.07 | 0 | 0.67 | 201.18 | 0.11 | 0.3 |
| Hex | 43 | 4E | 54 | 14 | 7 | 0 | 43 | C9 | B | 1E |
| Octal | 103 | 116 | 124 | 24 | 7 | 0 | 103 | 311 | 13 | 36 |
| Binary | 1000011 | 1001110 | 1010100 | 10100 | 111 | 0 | 1000011 | 11001001 | 1011 | 11110 |
Color Harmonies of #434E54
Complementary color
Monochromatic Colors of #434E54
Black with #434E54
Text Example
Text Example
White with #434E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434E54; }
p { color: rgb(67,78,84); }
H1.HeaderClassName
{
color: #434E54;
}
.AnyTagClassName
{
color: #434E54;
}
</style>
background-color css
<style>
a { background-color: #434E54; }
a { background-color: rgb(67,78,84); }
div.DivClassName
{
background-color: #434E54;
}
.BgClassName
{
background-color: #434E54;
}
</style>
border-color css
<style>
span { border-color: #434E54; }
span { border-color: rgb(67,78,84); }
td.TdClassName
{
border-color: #434E54;
}
.TagClassName
{
border-color: #434E54;
}
</style>