Shades of Studio #74499F
Tints of Studio #74499F
RGB
CMYK
RGB Variations
Color information
#74499F (or 0x74499F) is known color: Studio. HEX triplet: 74, 49 and 9F. RGB value is (116,73,159). Sum of RGB (Red+Green+Blue) = 116+73+159=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #74499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74499F is #8BB660. Grayscale: #5F5F5F. Windows color (decimal): -9156193 or 10439028. OLE color: 10439028.
HSL color Cylindrical-coordinate representation of color #74499F: hue angle of 270º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74499F is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 73 | 159 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.38 |
| HSL | 270º | 0.37% | 0.45% | - |
| HSV(B) | 270º | 0.54% | 0.62% | - |
| XYZ | 15.84 | 10.98 | 34.09 | - |
| YUV | 95.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 159 | 0.27 | 0.54 | 0 | 0.38 | 270 | 0.37 | 0.45 |
| Hex | 74 | 49 | 9F | 1B | 36 | 0 | 26 | 10E | 25 | 2D |
| Octal | 164 | 111 | 237 | 33 | 66 | 0 | 46 | 416 | 45 | 55 |
| Binary | 1110100 | 1001001 | 10011111 | 11011 | 110110 | 0 | 100110 | 100001110 | 100101 | 101101 |
Color Harmonies of #74499F
Complementary color
Monochromatic Colors of #74499F
Black with #74499F
Text Example
Text Example
White with #74499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74499F; }
p { color: rgb(116,73,159); }
H1.HeaderClassName
{
color: #74499F;
}
.AnyTagClassName
{
color: #74499F;
}
</style>
background-color css
<style>
a { background-color: #74499F; }
a { background-color: rgb(116,73,159); }
div.DivClassName
{
background-color: #74499F;
}
.BgClassName
{
background-color: #74499F;
}
</style>
border-color css
<style>
span { border-color: #74499F; }
span { border-color: rgb(116,73,159); }
td.TdClassName
{
border-color: #74499F;
}
.TagClassName
{
border-color: #74499F;
}
</style>