Shades of Studio #70469C
Tints of Studio #70469C
RGB
CMYK
RGB Variations
Color information
#70469C (or 0x70469C) is known color: Studio. HEX triplet: 70, 46 and 9C. RGB value is (112,70,156). Sum of RGB (Red+Green+Blue) = 112+70+156=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #70469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70469C is #8FB963. Grayscale: #5C5C5C. Windows color (decimal): -9419108 or 10241648. OLE color: 10241648.
HSL color Cylindrical-coordinate representation of color #70469C: hue angle of 269.3º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70469C is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 70 | 156 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.39 |
| HSL | 269.3º | 0.38% | 0.44% | - |
| HSV(B) | 269.3º | 0.55% | 0.61% | - |
| XYZ | 14.87 | 10.23 | 32.64 | - |
| YUV | 92.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 156 | 0.28 | 0.55 | 0 | 0.39 | 269.3 | 0.38 | 0.44 |
| Hex | 70 | 46 | 9C | 1C | 37 | 0 | 27 | 10D | 26 | 2C |
| Octal | 160 | 106 | 234 | 34 | 67 | 0 | 47 | 415 | 46 | 54 |
| Binary | 1110000 | 1000110 | 10011100 | 11100 | 110111 | 0 | 100111 | 100001101 | 100110 | 101100 |
Color Harmonies of #70469C
Complementary color
Monochromatic Colors of #70469C
Black with #70469C
Text Example
Text Example
White with #70469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70469C; }
p { color: rgb(112,70,156); }
H1.HeaderClassName
{
color: #70469C;
}
.AnyTagClassName
{
color: #70469C;
}
</style>
background-color css
<style>
a { background-color: #70469C; }
a { background-color: rgb(112,70,156); }
div.DivClassName
{
background-color: #70469C;
}
.BgClassName
{
background-color: #70469C;
}
</style>
border-color css
<style>
span { border-color: #70469C; }
span { border-color: rgb(112,70,156); }
td.TdClassName
{
border-color: #70469C;
}
.TagClassName
{
border-color: #70469C;
}
</style>