Shades of Salt Box #70496B
Tints of Salt Box #70496B
RGB
CMYK
RGB Variations
Color information
#70496B (or 0x70496B) is known color: Salt Box. HEX triplet: 70, 49 and 6B. RGB value is (112,73,107). Sum of RGB (Red+Green+Blue) = 112+73+107=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70496B is #8FB694. Grayscale: #585858. Windows color (decimal): -9418389 or 7031152. OLE color: 7031152.
HSL color Cylindrical-coordinate representation of color #70496B: hue angle of 307.69º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70496B is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 107 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.56 |
| HSL | 307.69º | 0.21% | 0.36% | - |
| HSV(B) | 307.69º | 0.35% | 0.44% | - |
| XYZ | 11.72 | 9.27 | 15.08 | - |
| YUV | 88.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 107 | 0 | 0.35 | 0.04 | 0.56 | 307.69 | 0.21 | 0.36 |
| Hex | 70 | 49 | 6B | 0 | 23 | 4 | 38 | 134 | 15 | 24 |
| Octal | 160 | 111 | 153 | 0 | 43 | 4 | 70 | 464 | 25 | 44 |
| Binary | 1110000 | 1001001 | 1101011 | 0 | 100011 | 100 | 111000 | 100110100 | 10101 | 100100 |
Color Harmonies of #70496B
Complementary color
Monochromatic Colors of #70496B
Black with #70496B
Text Example
Text Example
White with #70496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70496B; }
p { color: rgb(112,73,107); }
H1.HeaderClassName
{
color: #70496B;
}
.AnyTagClassName
{
color: #70496B;
}
</style>
background-color css
<style>
a { background-color: #70496B; }
a { background-color: rgb(112,73,107); }
div.DivClassName
{
background-color: #70496B;
}
.BgClassName
{
background-color: #70496B;
}
</style>
border-color css
<style>
span { border-color: #70496B; }
span { border-color: rgb(112,73,107); }
td.TdClassName
{
border-color: #70496B;
}
.TagClassName
{
border-color: #70496B;
}
</style>