Shades of Atomic #434F54
Tints of Atomic #434F54
RGB
CMYK
RGB Variations
Color information
#434F54 (or 0x434F54) is known color: Atomic. HEX triplet: 43, 4F and 54. RGB value is (67,79,84). Sum of RGB (Red+Green+Blue) = 67+79+84=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 84 - color contains mainly: blue. Hex color #434F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F54 is #BCB0AB. Grayscale: #4B4B4B. Windows color (decimal): -12365996 or 5525315. OLE color: 5525315.
HSL color Cylindrical-coordinate representation of color #434F54: hue angle of 197.65º 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 #434F54 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 79 | 84 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.67 |
| HSL | 197.65º | 0.11% | 0.3% | - |
| HSV(B) | 197.65º | 0.2% | 0.33% | - |
| XYZ | 6.71 | 7.43 | 9.47 | - |
| YUV | 75.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 84 | 0.20 | 0.06 | 0 | 0.67 | 197.65 | 0.11 | 0.3 |
| Hex | 43 | 4F | 54 | 14 | 6 | 0 | 43 | C6 | B | 1E |
| Octal | 103 | 117 | 124 | 24 | 6 | 0 | 103 | 306 | 13 | 36 |
| Binary | 1000011 | 1001111 | 1010100 | 10100 | 110 | 0 | 1000011 | 11000110 | 1011 | 11110 |
Color Harmonies of #434F54
Complementary color
Monochromatic Colors of #434F54
Black with #434F54
Text Example
Text Example
White with #434F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F54; }
p { color: rgb(67,79,84); }
H1.HeaderClassName
{
color: #434F54;
}
.AnyTagClassName
{
color: #434F54;
}
</style>
background-color css
<style>
a { background-color: #434F54; }
a { background-color: rgb(67,79,84); }
div.DivClassName
{
background-color: #434F54;
}
.BgClassName
{
background-color: #434F54;
}
</style>
border-color css
<style>
span { border-color: #434F54; }
span { border-color: rgb(67,79,84); }
td.TdClassName
{
border-color: #434F54;
}
.TagClassName
{
border-color: #434F54;
}
</style>