Shades of Studio #704CB4
Tints of Studio #704CB4
RGB
CMYK
RGB Variations
Color information
#704CB4 (or 0x704CB4) is known color: Studio. HEX triplet: 70, 4C and B4. RGB value is (112,76,180). Sum of RGB (Red+Green+Blue) = 112+76+180=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #704CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CB4 is #8FB34B. Grayscale: #626262. Windows color (decimal): -9417548 or 11816048. OLE color: 11816048.
HSL color Cylindrical-coordinate representation of color #704CB4: hue angle of 260.77º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #704CB4 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 76 | 180 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.29 |
| HSL | 260.77º | 0.41% | 0.5% | - |
| HSV(B) | 260.77º | 0.58% | 0.71% | - |
| XYZ | 17.5 | 11.91 | 44.56 | - |
| YUV | 98.62 | 173.93 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 180 | 0.38 | 0.58 | 0 | 0.29 | 260.77 | 0.41 | 0.5 |
| Hex | 70 | 4C | B4 | 26 | 3A | 0 | 1D | 105 | 29 | 32 |
| Octal | 160 | 114 | 264 | 46 | 72 | 0 | 35 | 405 | 51 | 62 |
| Binary | 1110000 | 1001100 | 10110100 | 100110 | 111010 | 0 | 11101 | 100000101 | 101001 | 110010 |
Color Harmonies of #704CB4
Complementary color
Monochromatic Colors of #704CB4
Black with #704CB4
Text Example
Text Example
White with #704CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704CB4; }
p { color: rgb(112,76,180); }
H1.HeaderClassName
{
color: #704CB4;
}
.AnyTagClassName
{
color: #704CB4;
}
</style>
background-color css
<style>
a { background-color: #704CB4; }
a { background-color: rgb(112,76,180); }
div.DivClassName
{
background-color: #704CB4;
}
.BgClassName
{
background-color: #704CB4;
}
</style>
border-color css
<style>
span { border-color: #704CB4; }
span { border-color: rgb(112,76,180); }
td.TdClassName
{
border-color: #704CB4;
}
.TagClassName
{
border-color: #704CB4;
}
</style>