Shades of Studio #70479D
Tints of Studio #70479D
RGB
CMYK
RGB Variations
Color information
#70479D (or 0x70479D) is known color: Studio. HEX triplet: 70, 47 and 9D. RGB value is (112,71,157). Sum of RGB (Red+Green+Blue) = 112+71+157=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #70479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70479D is #8FB862. Grayscale: #5C5C5C. Windows color (decimal): -9418851 or 10307440. OLE color: 10307440.
HSL color Cylindrical-coordinate representation of color #70479D: hue angle of 268.6º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70479D is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 71 | 157 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.38 |
| HSL | 268.6º | 0.38% | 0.45% | - |
| HSV(B) | 268.6º | 0.55% | 0.62% | - |
| XYZ | 15.02 | 10.39 | 33.11 | - |
| YUV | 93.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 157 | 0.29 | 0.55 | 0 | 0.38 | 268.6 | 0.38 | 0.45 |
| Hex | 70 | 47 | 9D | 1D | 37 | 0 | 26 | 10D | 26 | 2D |
| Octal | 160 | 107 | 235 | 35 | 67 | 0 | 46 | 415 | 46 | 55 |
| Binary | 1110000 | 1000111 | 10011101 | 11101 | 110111 | 0 | 100110 | 100001101 | 100110 | 101101 |
Color Harmonies of #70479D
Complementary color
Monochromatic Colors of #70479D
Black with #70479D
Text Example
Text Example
White with #70479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70479D; }
p { color: rgb(112,71,157); }
H1.HeaderClassName
{
color: #70479D;
}
.AnyTagClassName
{
color: #70479D;
}
</style>
background-color css
<style>
a { background-color: #70479D; }
a { background-color: rgb(112,71,157); }
div.DivClassName
{
background-color: #70479D;
}
.BgClassName
{
background-color: #70479D;
}
</style>
border-color css
<style>
span { border-color: #70479D; }
span { border-color: rgb(112,71,157); }
td.TdClassName
{
border-color: #70479D;
}
.TagClassName
{
border-color: #70479D;
}
</style>