Shades of Studio #74469C
Tints of Studio #74469C
RGB
CMYK
RGB Variations
Color information
#74469C (or 0x74469C) is known color: Studio. HEX triplet: 74, 46 and 9C. RGB value is (116,70,156). Sum of RGB (Red+Green+Blue) = 116+70+156=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #74469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74469C is #8BB963. Grayscale: #5D5D5D. Windows color (decimal): -9156964 or 10241652. OLE color: 10241652.
HSL color Cylindrical-coordinate representation of color #74469C: hue angle of 272.09º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74469C is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 70 | 156 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.39 |
| HSL | 272.09º | 0.38% | 0.44% | - |
| HSV(B) | 272.09º | 0.55% | 0.61% | - |
| XYZ | 15.39 | 10.49 | 32.67 | - |
| YUV | 93.56 | 163.24 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 156 | 0.26 | 0.55 | 0 | 0.39 | 272.09 | 0.38 | 0.44 |
| Hex | 74 | 46 | 9C | 1A | 37 | 0 | 27 | 110 | 26 | 2C |
| Octal | 164 | 106 | 234 | 32 | 67 | 0 | 47 | 420 | 46 | 54 |
| Binary | 1110100 | 1000110 | 10011100 | 11010 | 110111 | 0 | 100111 | 100010000 | 100110 | 101100 |
Color Harmonies of #74469C
Complementary color
Monochromatic Colors of #74469C
Black with #74469C
Text Example
Text Example
White with #74469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74469C; }
p { color: rgb(116,70,156); }
H1.HeaderClassName
{
color: #74469C;
}
.AnyTagClassName
{
color: #74469C;
}
</style>
background-color css
<style>
a { background-color: #74469C; }
a { background-color: rgb(116,70,156); }
div.DivClassName
{
background-color: #74469C;
}
.BgClassName
{
background-color: #74469C;
}
</style>
border-color css
<style>
span { border-color: #74469C; }
span { border-color: rgb(116,70,156); }
td.TdClassName
{
border-color: #74469C;
}
.TagClassName
{
border-color: #74469C;
}
</style>