Shades of Studio #74569A
Tints of Studio #74569A
RGB
CMYK
RGB Variations
Color information
#74569A (or 0x74569A) is known color: Studio. HEX triplet: 74, 56 and 9A. RGB value is (116,86,154). Sum of RGB (Red+Green+Blue) = 116+86+154=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #74569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74569A is #8BA965. Grayscale: #666666. Windows color (decimal): -9152870 or 10114676. OLE color: 10114676.
HSL color Cylindrical-coordinate representation of color #74569A: hue angle of 266.47º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74569A is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 86 | 154 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.40 |
| HSL | 266.47º | 0.28% | 0.47% | - |
| HSV(B) | 266.47º | 0.44% | 0.6% | - |
| XYZ | 16.36 | 12.7 | 32.16 | - |
| YUV | 102.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 154 | 0.25 | 0.44 | 0 | 0.40 | 266.47 | 0.28 | 0.47 |
| Hex | 74 | 56 | 9A | 19 | 2C | 0 | 28 | 10A | 1C | 2F |
| Octal | 164 | 126 | 232 | 31 | 54 | 0 | 50 | 412 | 34 | 57 |
| Binary | 1110100 | 1010110 | 10011010 | 11001 | 101100 | 0 | 101000 | 100001010 | 11100 | 101111 |
Color Harmonies of #74569A
Complementary color
Monochromatic Colors of #74569A
Black with #74569A
Text Example
Text Example
White with #74569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74569A; }
p { color: rgb(116,86,154); }
H1.HeaderClassName
{
color: #74569A;
}
.AnyTagClassName
{
color: #74569A;
}
</style>
background-color css
<style>
a { background-color: #74569A; }
a { background-color: rgb(116,86,154); }
div.DivClassName
{
background-color: #74569A;
}
.BgClassName
{
background-color: #74569A;
}
</style>
border-color css
<style>
span { border-color: #74569A; }
span { border-color: rgb(116,86,154); }
td.TdClassName
{
border-color: #74569A;
}
.TagClassName
{
border-color: #74569A;
}
</style>