Shades of Studio #74499B
Tints of Studio #74499B
RGB
CMYK
RGB Variations
Color information
#74499B (or 0x74499B) is known color: Studio. HEX triplet: 74, 49 and 9B. RGB value is (116,73,155). Sum of RGB (Red+Green+Blue) = 116+73+155=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #74499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74499B is #8BB664. Grayscale: #5E5E5E. Windows color (decimal): -9156197 or 10176884. OLE color: 10176884.
HSL color Cylindrical-coordinate representation of color #74499B: hue angle of 271.46º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74499B is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 73 | 155 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.39 |
| HSL | 271.46º | 0.36% | 0.45% | - |
| HSV(B) | 271.46º | 0.53% | 0.61% | - |
| XYZ | 15.5 | 10.84 | 32.29 | - |
| YUV | 95.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 155 | 0.25 | 0.53 | 0 | 0.39 | 271.46 | 0.36 | 0.45 |
| Hex | 74 | 49 | 9B | 19 | 35 | 0 | 27 | 10F | 24 | 2D |
| Octal | 164 | 111 | 233 | 31 | 65 | 0 | 47 | 417 | 44 | 55 |
| Binary | 1110100 | 1001001 | 10011011 | 11001 | 110101 | 0 | 100111 | 100001111 | 100100 | 101101 |
Color Harmonies of #74499B
Complementary color
Monochromatic Colors of #74499B
Black with #74499B
Text Example
Text Example
White with #74499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74499B; }
p { color: rgb(116,73,155); }
H1.HeaderClassName
{
color: #74499B;
}
.AnyTagClassName
{
color: #74499B;
}
</style>
background-color css
<style>
a { background-color: #74499B; }
a { background-color: rgb(116,73,155); }
div.DivClassName
{
background-color: #74499B;
}
.BgClassName
{
background-color: #74499B;
}
</style>
border-color css
<style>
span { border-color: #74499B; }
span { border-color: rgb(116,73,155); }
td.TdClassName
{
border-color: #74499B;
}
.TagClassName
{
border-color: #74499B;
}
</style>