Shades of Studio #70549C
Tints of Studio #70549C
RGB
CMYK
RGB Variations
Color information
#70549C (or 0x70549C) is known color: Studio. HEX triplet: 70, 54 and 9C. RGB value is (112,84,156). Sum of RGB (Red+Green+Blue) = 112+84+156=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #70549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70549C is #8FAB63. Grayscale: #646464. Windows color (decimal): -9415524 or 10245232. OLE color: 10245232.
HSL color Cylindrical-coordinate representation of color #70549C: hue angle of 263.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70549C is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 84 | 156 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.39 |
| HSL | 263.33º | 0.3% | 0.47% | - |
| HSV(B) | 263.33º | 0.46% | 0.61% | - |
| XYZ | 15.85 | 12.19 | 32.97 | - |
| YUV | 100.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 156 | 0.28 | 0.46 | 0 | 0.39 | 263.33 | 0.3 | 0.47 |
| Hex | 70 | 54 | 9C | 1C | 2E | 0 | 27 | 107 | 1E | 2F |
| Octal | 160 | 124 | 234 | 34 | 56 | 0 | 47 | 407 | 36 | 57 |
| Binary | 1110000 | 1010100 | 10011100 | 11100 | 101110 | 0 | 100111 | 100000111 | 11110 | 101111 |
Color Harmonies of #70549C
Complementary color
Monochromatic Colors of #70549C
Black with #70549C
Text Example
Text Example
White with #70549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70549C; }
p { color: rgb(112,84,156); }
H1.HeaderClassName
{
color: #70549C;
}
.AnyTagClassName
{
color: #70549C;
}
</style>
background-color css
<style>
a { background-color: #70549C; }
a { background-color: rgb(112,84,156); }
div.DivClassName
{
background-color: #70549C;
}
.BgClassName
{
background-color: #70549C;
}
</style>
border-color css
<style>
span { border-color: #70549C; }
span { border-color: rgb(112,84,156); }
td.TdClassName
{
border-color: #70549C;
}
.TagClassName
{
border-color: #70549C;
}
</style>