Shades of Studio #704AB6
Tints of Studio #704AB6
RGB
CMYK
RGB Variations
Color information
#704AB6 (or 0x704AB6) is known color: Studio. HEX triplet: 70, 4A and B6. RGB value is (112,74,182). Sum of RGB (Red+Green+Blue) = 112+74+182=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #704AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704AB6 is #8FB549. Grayscale: #616161. Windows color (decimal): -9418058 or 11946608. OLE color: 11946608.
HSL color Cylindrical-coordinate representation of color #704AB6: hue angle of 261.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #704AB6 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 74 | 182 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.29 |
| HSL | 261.11º | 0.43% | 0.5% | - |
| HSV(B) | 261.11º | 0.59% | 0.71% | - |
| XYZ | 17.57 | 11.72 | 45.59 | - |
| YUV | 97.67 | 175.59 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 182 | 0.38 | 0.59 | 0 | 0.29 | 261.11 | 0.43 | 0.5 |
| Hex | 70 | 4A | B6 | 26 | 3B | 0 | 1D | 105 | 2B | 32 |
| Octal | 160 | 112 | 266 | 46 | 73 | 0 | 35 | 405 | 53 | 62 |
| Binary | 1110000 | 1001010 | 10110110 | 100110 | 111011 | 0 | 11101 | 100000101 | 101011 | 110010 |
Color Harmonies of #704AB6
Complementary color
Monochromatic Colors of #704AB6
Black with #704AB6
Text Example
Text Example
White with #704AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704AB6; }
p { color: rgb(112,74,182); }
H1.HeaderClassName
{
color: #704AB6;
}
.AnyTagClassName
{
color: #704AB6;
}
</style>
background-color css
<style>
a { background-color: #704AB6; }
a { background-color: rgb(112,74,182); }
div.DivClassName
{
background-color: #704AB6;
}
.BgClassName
{
background-color: #704AB6;
}
</style>
border-color css
<style>
span { border-color: #704AB6; }
span { border-color: rgb(112,74,182); }
td.TdClassName
{
border-color: #704AB6;
}
.TagClassName
{
border-color: #704AB6;
}
</style>