Shades of Studio #74479C
Tints of Studio #74479C
RGB
CMYK
RGB Variations
Color information
#74479C (or 0x74479C) is known color: Studio. HEX triplet: 74, 47 and 9C. RGB value is (116,71,156). Sum of RGB (Red+Green+Blue) = 116+71+156=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #74479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74479C is #8BB863. Grayscale: #5D5D5D. Windows color (decimal): -9156708 or 10241908. OLE color: 10241908.
HSL color Cylindrical-coordinate representation of color #74479C: hue angle of 271.76º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74479C is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 71 | 156 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.39 |
| HSL | 271.76º | 0.37% | 0.45% | - |
| HSV(B) | 271.76º | 0.54% | 0.61% | - |
| XYZ | 15.46 | 10.62 | 32.69 | - |
| YUV | 94.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 156 | 0.26 | 0.54 | 0 | 0.39 | 271.76 | 0.37 | 0.45 |
| Hex | 74 | 47 | 9C | 1A | 36 | 0 | 27 | 110 | 25 | 2D |
| Octal | 164 | 107 | 234 | 32 | 66 | 0 | 47 | 420 | 45 | 55 |
| Binary | 1110100 | 1000111 | 10011100 | 11010 | 110110 | 0 | 100111 | 100010000 | 100101 | 101101 |
Color Harmonies of #74479C
Complementary color
Monochromatic Colors of #74479C
Black with #74479C
Text Example
Text Example
White with #74479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74479C; }
p { color: rgb(116,71,156); }
H1.HeaderClassName
{
color: #74479C;
}
.AnyTagClassName
{
color: #74479C;
}
</style>
background-color css
<style>
a { background-color: #74479C; }
a { background-color: rgb(116,71,156); }
div.DivClassName
{
background-color: #74479C;
}
.BgClassName
{
background-color: #74479C;
}
</style>
border-color css
<style>
span { border-color: #74479C; }
span { border-color: rgb(116,71,156); }
td.TdClassName
{
border-color: #74479C;
}
.TagClassName
{
border-color: #74479C;
}
</style>