Shades of Studio #704E90
Tints of Studio #704E90
RGB
CMYK
RGB Variations
Color information
#704E90 (or 0x704E90) is known color: Studio. HEX triplet: 70, 4E and 90. RGB value is (112,78,144). Sum of RGB (Red+Green+Blue) = 112+78+144=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #704E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704E90 is #8FB16F. Grayscale: #5F5F5F. Windows color (decimal): -9417072 or 9457264. OLE color: 9457264.
HSL color Cylindrical-coordinate representation of color #704E90: hue angle of 270.91º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #704E90 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 78 | 144 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.44 |
| HSL | 270.91º | 0.3% | 0.44% | - |
| HSV(B) | 270.91º | 0.46% | 0.56% | - |
| XYZ | 14.44 | 10.91 | 27.73 | - |
| YUV | 95.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 144 | 0.22 | 0.46 | 0 | 0.44 | 270.91 | 0.3 | 0.44 |
| Hex | 70 | 4E | 90 | 16 | 2E | 0 | 2C | 10F | 1E | 2C |
| Octal | 160 | 116 | 220 | 26 | 56 | 0 | 54 | 417 | 36 | 54 |
| Binary | 1110000 | 1001110 | 10010000 | 10110 | 101110 | 0 | 101100 | 100001111 | 11110 | 101100 |
Color Harmonies of #704E90
Complementary color
Monochromatic Colors of #704E90
Black with #704E90
Text Example
Text Example
White with #704E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E90; }
p { color: rgb(112,78,144); }
H1.HeaderClassName
{
color: #704E90;
}
.AnyTagClassName
{
color: #704E90;
}
</style>
background-color css
<style>
a { background-color: #704E90; }
a { background-color: rgb(112,78,144); }
div.DivClassName
{
background-color: #704E90;
}
.BgClassName
{
background-color: #704E90;
}
</style>
border-color css
<style>
span { border-color: #704E90; }
span { border-color: rgb(112,78,144); }
td.TdClassName
{
border-color: #704E90;
}
.TagClassName
{
border-color: #704E90;
}
</style>