Shades of Studio #74549A
Tints of Studio #74549A
RGB
CMYK
RGB Variations
Color information
#74549A (or 0x74549A) is known color: Studio. HEX triplet: 74, 54 and 9A. RGB value is (116,84,154). Sum of RGB (Red+Green+Blue) = 116+84+154=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #74549A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74549A is #8BAB65. Grayscale: #656565. Windows color (decimal): -9153382 or 10114164. OLE color: 10114164.
HSL color Cylindrical-coordinate representation of color #74549A: hue angle of 267.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74549A is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 84 | 154 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.40 |
| HSL | 267.43º | 0.29% | 0.47% | - |
| HSV(B) | 267.43º | 0.45% | 0.6% | - |
| XYZ | 16.21 | 12.39 | 32.11 | - |
| YUV | 101.55 | 157.6 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 154 | 0.25 | 0.45 | 0 | 0.40 | 267.43 | 0.29 | 0.47 |
| Hex | 74 | 54 | 9A | 19 | 2D | 0 | 28 | 10B | 1D | 2F |
| Octal | 164 | 124 | 232 | 31 | 55 | 0 | 50 | 413 | 35 | 57 |
| Binary | 1110100 | 1010100 | 10011010 | 11001 | 101101 | 0 | 101000 | 100001011 | 11101 | 101111 |
Color Harmonies of #74549A
Complementary color
Monochromatic Colors of #74549A
Black with #74549A
Text Example
Text Example
White with #74549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74549A; }
p { color: rgb(116,84,154); }
H1.HeaderClassName
{
color: #74549A;
}
.AnyTagClassName
{
color: #74549A;
}
</style>
background-color css
<style>
a { background-color: #74549A; }
a { background-color: rgb(116,84,154); }
div.DivClassName
{
background-color: #74549A;
}
.BgClassName
{
background-color: #74549A;
}
</style>
border-color css
<style>
span { border-color: #74549A; }
span { border-color: rgb(116,84,154); }
td.TdClassName
{
border-color: #74549A;
}
.TagClassName
{
border-color: #74549A;
}
</style>