Shades of Studio #70459C
Tints of Studio #70459C
RGB
CMYK
RGB Variations
Color information
#70459C (or 0x70459C) is known color: Studio. HEX triplet: 70, 45 and 9C. RGB value is (112,69,156). Sum of RGB (Red+Green+Blue) = 112+69+156=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #70459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70459C is #8FBA63. Grayscale: #5B5B5B. Windows color (decimal): -9419364 or 10241392. OLE color: 10241392.
HSL color Cylindrical-coordinate representation of color #70459C: hue angle of 269.66º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70459C is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 69 | 156 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.39 |
| HSL | 269.66º | 0.39% | 0.44% | - |
| HSV(B) | 269.66º | 0.56% | 0.61% | - |
| XYZ | 14.81 | 10.1 | 32.62 | - |
| YUV | 91.78 | 164.25 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 156 | 0.28 | 0.56 | 0 | 0.39 | 269.66 | 0.39 | 0.44 |
| Hex | 70 | 45 | 9C | 1C | 38 | 0 | 27 | 10E | 27 | 2C |
| Octal | 160 | 105 | 234 | 34 | 70 | 0 | 47 | 416 | 47 | 54 |
| Binary | 1110000 | 1000101 | 10011100 | 11100 | 111000 | 0 | 100111 | 100001110 | 100111 | 101100 |
Color Harmonies of #70459C
Complementary color
Monochromatic Colors of #70459C
Black with #70459C
Text Example
Text Example
White with #70459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70459C; }
p { color: rgb(112,69,156); }
H1.HeaderClassName
{
color: #70459C;
}
.AnyTagClassName
{
color: #70459C;
}
</style>
background-color css
<style>
a { background-color: #70459C; }
a { background-color: rgb(112,69,156); }
div.DivClassName
{
background-color: #70459C;
}
.BgClassName
{
background-color: #70459C;
}
</style>
border-color css
<style>
span { border-color: #70459C; }
span { border-color: rgb(112,69,156); }
td.TdClassName
{
border-color: #70459C;
}
.TagClassName
{
border-color: #70459C;
}
</style>