Shades of Studio #74549E
Tints of Studio #74549E
RGB
CMYK
RGB Variations
Color information
#74549E (or 0x74549E) is known color: Studio. HEX triplet: 74, 54 and 9E. RGB value is (116,84,158). Sum of RGB (Red+Green+Blue) = 116+84+158=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #74549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74549E is #8BAB61. Grayscale: #656565. Windows color (decimal): -9153378 or 10376308. OLE color: 10376308.
HSL color Cylindrical-coordinate representation of color #74549E: hue angle of 265.95º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74549E is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 84 | 158 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.38 |
| HSL | 265.95º | 0.31% | 0.47% | - |
| HSV(B) | 265.95º | 0.47% | 0.62% | - |
| XYZ | 16.54 | 12.52 | 33.89 | - |
| YUV | 102 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 158 | 0.27 | 0.47 | 0 | 0.38 | 265.95 | 0.31 | 0.47 |
| Hex | 74 | 54 | 9E | 1B | 2F | 0 | 26 | 10A | 1F | 2F |
| Octal | 164 | 124 | 236 | 33 | 57 | 0 | 46 | 412 | 37 | 57 |
| Binary | 1110100 | 1010100 | 10011110 | 11011 | 101111 | 0 | 100110 | 100001010 | 11111 | 101111 |
Color Harmonies of #74549E
Complementary color
Monochromatic Colors of #74549E
Black with #74549E
Text Example
Text Example
White with #74549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74549E; }
p { color: rgb(116,84,158); }
H1.HeaderClassName
{
color: #74549E;
}
.AnyTagClassName
{
color: #74549E;
}
</style>
background-color css
<style>
a { background-color: #74549E; }
a { background-color: rgb(116,84,158); }
div.DivClassName
{
background-color: #74549E;
}
.BgClassName
{
background-color: #74549E;
}
</style>
border-color css
<style>
span { border-color: #74549E; }
span { border-color: rgb(116,84,158); }
td.TdClassName
{
border-color: #74549E;
}
.TagClassName
{
border-color: #74549E;
}
</style>