Shades of Studio #704A9C
Tints of Studio #704A9C
RGB
CMYK
RGB Variations
Color information
#704A9C (or 0x704A9C) is known color: Studio. HEX triplet: 70, 4A and 9C. RGB value is (112,74,156). Sum of RGB (Red+Green+Blue) = 112+74+156=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #704A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704A9C is #8FB563. Grayscale: #5E5E5E. Windows color (decimal): -9418084 or 10242672. OLE color: 10242672.
HSL color Cylindrical-coordinate representation of color #704A9C: hue angle of 267.8º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #704A9C is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 74 | 156 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.39 |
| HSL | 267.8º | 0.36% | 0.45% | - |
| HSV(B) | 267.8º | 0.53% | 0.61% | - |
| XYZ | 15.13 | 10.74 | 32.73 | - |
| YUV | 94.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 156 | 0.28 | 0.53 | 0 | 0.39 | 267.8 | 0.36 | 0.45 |
| Hex | 70 | 4A | 9C | 1C | 35 | 0 | 27 | 10C | 24 | 2D |
| Octal | 160 | 112 | 234 | 34 | 65 | 0 | 47 | 414 | 44 | 55 |
| Binary | 1110000 | 1001010 | 10011100 | 11100 | 110101 | 0 | 100111 | 100001100 | 100100 | 101101 |
Color Harmonies of #704A9C
Complementary color
Monochromatic Colors of #704A9C
Black with #704A9C
Text Example
Text Example
White with #704A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A9C; }
p { color: rgb(112,74,156); }
H1.HeaderClassName
{
color: #704A9C;
}
.AnyTagClassName
{
color: #704A9C;
}
</style>
background-color css
<style>
a { background-color: #704A9C; }
a { background-color: rgb(112,74,156); }
div.DivClassName
{
background-color: #704A9C;
}
.BgClassName
{
background-color: #704A9C;
}
</style>
border-color css
<style>
span { border-color: #704A9C; }
span { border-color: rgb(112,74,156); }
td.TdClassName
{
border-color: #704A9C;
}
.TagClassName
{
border-color: #704A9C;
}
</style>