Shades of Studio #70469A
Tints of Studio #70469A
RGB
CMYK
RGB Variations
Color information
#70469A (or 0x70469A) is known color: Studio. HEX triplet: 70, 46 and 9A. RGB value is (112,70,154). Sum of RGB (Red+Green+Blue) = 112+70+154=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #70469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70469A is #8FB965. Grayscale: #5B5B5B. Windows color (decimal): -9419110 or 10110576. OLE color: 10110576.
HSL color Cylindrical-coordinate representation of color #70469A: hue angle of 270º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70469A is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 70 | 154 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.40 |
| HSL | 270º | 0.38% | 0.44% | - |
| HSV(B) | 270º | 0.55% | 0.6% | - |
| XYZ | 14.7 | 10.16 | 31.76 | - |
| YUV | 92.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 154 | 0.27 | 0.55 | 0 | 0.40 | 270 | 0.38 | 0.44 |
| Hex | 70 | 46 | 9A | 1B | 37 | 0 | 28 | 10E | 26 | 2C |
| Octal | 160 | 106 | 232 | 33 | 67 | 0 | 50 | 416 | 46 | 54 |
| Binary | 1110000 | 1000110 | 10011010 | 11011 | 110111 | 0 | 101000 | 100001110 | 100110 | 101100 |
Color Harmonies of #70469A
Complementary color
Monochromatic Colors of #70469A
Black with #70469A
Text Example
Text Example
White with #70469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70469A; }
p { color: rgb(112,70,154); }
H1.HeaderClassName
{
color: #70469A;
}
.AnyTagClassName
{
color: #70469A;
}
</style>
background-color css
<style>
a { background-color: #70469A; }
a { background-color: rgb(112,70,154); }
div.DivClassName
{
background-color: #70469A;
}
.BgClassName
{
background-color: #70469A;
}
</style>
border-color css
<style>
span { border-color: #70469A; }
span { border-color: rgb(112,70,154); }
td.TdClassName
{
border-color: #70469A;
}
.TagClassName
{
border-color: #70469A;
}
</style>