Shades of Studio #74489F
Tints of Studio #74489F
RGB
CMYK
RGB Variations
Color information
#74489F (or 0x74489F) is known color: Studio. HEX triplet: 74, 48 and 9F. RGB value is (116,72,159). Sum of RGB (Red+Green+Blue) = 116+72+159=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #74489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74489F is #8BB760. Grayscale: #5E5E5E. Windows color (decimal): -9156449 or 10438772. OLE color: 10438772.
HSL color Cylindrical-coordinate representation of color #74489F: hue angle of 270.34º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74489F is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 72 | 159 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.38 |
| HSL | 270.34º | 0.38% | 0.45% | - |
| HSV(B) | 270.34º | 0.55% | 0.62% | - |
| XYZ | 15.78 | 10.85 | 34.06 | - |
| YUV | 95.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 159 | 0.27 | 0.55 | 0 | 0.38 | 270.34 | 0.38 | 0.45 |
| Hex | 74 | 48 | 9F | 1B | 37 | 0 | 26 | 10E | 26 | 2D |
| Octal | 164 | 110 | 237 | 33 | 67 | 0 | 46 | 416 | 46 | 55 |
| Binary | 1110100 | 1001000 | 10011111 | 11011 | 110111 | 0 | 100110 | 100001110 | 100110 | 101101 |
Color Harmonies of #74489F
Complementary color
Monochromatic Colors of #74489F
Black with #74489F
Text Example
Text Example
White with #74489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74489F; }
p { color: rgb(116,72,159); }
H1.HeaderClassName
{
color: #74489F;
}
.AnyTagClassName
{
color: #74489F;
}
</style>
background-color css
<style>
a { background-color: #74489F; }
a { background-color: rgb(116,72,159); }
div.DivClassName
{
background-color: #74489F;
}
.BgClassName
{
background-color: #74489F;
}
</style>
border-color css
<style>
span { border-color: #74489F; }
span { border-color: rgb(116,72,159); }
td.TdClassName
{
border-color: #74489F;
}
.TagClassName
{
border-color: #74489F;
}
</style>