Shades of Atomic #434B51
Tints of Atomic #434B51
RGB
CMYK
RGB Variations
Color information
#434B51 (or 0x434B51) is known color: Atomic. HEX triplet: 43, 4B and 51. RGB value is (67,75,81). Sum of RGB (Red+Green+Blue) = 67+75+81=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 81 - color contains mainly: blue. Hex color #434B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B51 is #BCB4AE. Grayscale: #494949. Windows color (decimal): -12367023 or 5327683. OLE color: 5327683.
HSL color Cylindrical-coordinate representation of color #434B51: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #434B51 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 75 | 81 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.68 |
| HSL | 205.71º | 0.09% | 0.29% | - |
| HSV(B) | 205.71º | 0.17% | 0.32% | - |
| XYZ | 6.32 | 6.82 | 8.77 | - |
| YUV | 73.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 81 | 0.17 | 0.07 | 0 | 0.68 | 205.71 | 0.09 | 0.29 |
| Hex | 43 | 4B | 51 | 11 | 7 | 0 | 44 | CE | 9 | 1D |
| Octal | 103 | 113 | 121 | 21 | 7 | 0 | 104 | 316 | 11 | 35 |
| Binary | 1000011 | 1001011 | 1010001 | 10001 | 111 | 0 | 1000100 | 11001110 | 1001 | 11101 |
Color Harmonies of #434B51
Complementary color
Monochromatic Colors of #434B51
Black with #434B51
Text Example
Text Example
White with #434B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B51; }
p { color: rgb(67,75,81); }
H1.HeaderClassName
{
color: #434B51;
}
.AnyTagClassName
{
color: #434B51;
}
</style>
background-color css
<style>
a { background-color: #434B51; }
a { background-color: rgb(67,75,81); }
div.DivClassName
{
background-color: #434B51;
}
.BgClassName
{
background-color: #434B51;
}
</style>
border-color css
<style>
span { border-color: #434B51; }
span { border-color: rgb(67,75,81); }
td.TdClassName
{
border-color: #434B51;
}
.TagClassName
{
border-color: #434B51;
}
</style>