Shades of Studio #74449C
Tints of Studio #74449C
RGB
CMYK
RGB Variations
Color information
#74449C (or 0x74449C) is known color: Studio. HEX triplet: 74, 44 and 9C. RGB value is (116,68,156). Sum of RGB (Red+Green+Blue) = 116+68+156=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #74449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74449C is #8BBB63. Grayscale: #5C5C5C. Windows color (decimal): -9157476 or 10241140. OLE color: 10241140.
HSL color Cylindrical-coordinate representation of color #74449C: hue angle of 272.73º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74449C is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 68 | 156 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.39 |
| HSL | 272.73º | 0.39% | 0.44% | - |
| HSV(B) | 272.73º | 0.56% | 0.61% | - |
| XYZ | 15.27 | 10.25 | 32.63 | - |
| YUV | 92.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 156 | 0.26 | 0.56 | 0 | 0.39 | 272.73 | 0.39 | 0.44 |
| Hex | 74 | 44 | 9C | 1A | 38 | 0 | 27 | 111 | 27 | 2C |
| Octal | 164 | 104 | 234 | 32 | 70 | 0 | 47 | 421 | 47 | 54 |
| Binary | 1110100 | 1000100 | 10011100 | 11010 | 111000 | 0 | 100111 | 100010001 | 100111 | 101100 |
Color Harmonies of #74449C
Complementary color
Monochromatic Colors of #74449C
Black with #74449C
Text Example
Text Example
White with #74449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74449C; }
p { color: rgb(116,68,156); }
H1.HeaderClassName
{
color: #74449C;
}
.AnyTagClassName
{
color: #74449C;
}
</style>
background-color css
<style>
a { background-color: #74449C; }
a { background-color: rgb(116,68,156); }
div.DivClassName
{
background-color: #74449C;
}
.BgClassName
{
background-color: #74449C;
}
</style>
border-color css
<style>
span { border-color: #74449C; }
span { border-color: rgb(116,68,156); }
td.TdClassName
{
border-color: #74449C;
}
.TagClassName
{
border-color: #74449C;
}
</style>