Shades of Studio #70469D
Tints of Studio #70469D
RGB
CMYK
RGB Variations
Color information
#70469D (or 0x70469D) is known color: Studio. HEX triplet: 70, 46 and 9D. RGB value is (112,70,157). Sum of RGB (Red+Green+Blue) = 112+70+157=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #70469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70469D is #8FB962. Grayscale: #5C5C5C. Windows color (decimal): -9419107 or 10307184. OLE color: 10307184.
HSL color Cylindrical-coordinate representation of color #70469D: hue angle of 268.97º 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 #70469D is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 70 | 157 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.38 |
| HSL | 268.97º | 0.38% | 0.45% | - |
| HSV(B) | 268.97º | 0.55% | 0.62% | - |
| XYZ | 14.96 | 10.26 | 33.09 | - |
| YUV | 92.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 157 | 0.29 | 0.55 | 0 | 0.38 | 268.97 | 0.38 | 0.45 |
| Hex | 70 | 46 | 9D | 1D | 37 | 0 | 26 | 10D | 26 | 2D |
| Octal | 160 | 106 | 235 | 35 | 67 | 0 | 46 | 415 | 46 | 55 |
| Binary | 1110000 | 1000110 | 10011101 | 11101 | 110111 | 0 | 100110 | 100001101 | 100110 | 101101 |
Color Harmonies of #70469D
Complementary color
Monochromatic Colors of #70469D
Black with #70469D
Text Example
Text Example
White with #70469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70469D; }
p { color: rgb(112,70,157); }
H1.HeaderClassName
{
color: #70469D;
}
.AnyTagClassName
{
color: #70469D;
}
</style>
background-color css
<style>
a { background-color: #70469D; }
a { background-color: rgb(112,70,157); }
div.DivClassName
{
background-color: #70469D;
}
.BgClassName
{
background-color: #70469D;
}
</style>
border-color css
<style>
span { border-color: #70469D; }
span { border-color: rgb(112,70,157); }
td.TdClassName
{
border-color: #70469D;
}
.TagClassName
{
border-color: #70469D;
}
</style>