Shades of Studio #74459B
Tints of Studio #74459B
RGB
CMYK
RGB Variations
Color information
#74459B (or 0x74459B) is known color: Studio. HEX triplet: 74, 45 and 9B. RGB value is (116,69,155). Sum of RGB (Red+Green+Blue) = 116+69+155=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #74459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74459B is #8BBA64. Grayscale: #5C5C5C. Windows color (decimal): -9157221 or 10175860. OLE color: 10175860.
HSL color Cylindrical-coordinate representation of color #74459B: hue angle of 272.79º 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 #74459B is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 69 | 155 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.39 |
| HSL | 272.79º | 0.38% | 0.44% | - |
| HSV(B) | 272.79º | 0.55% | 0.61% | - |
| XYZ | 15.25 | 10.34 | 32.2 | - |
| YUV | 92.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 155 | 0.25 | 0.55 | 0 | 0.39 | 272.79 | 0.38 | 0.44 |
| Hex | 74 | 45 | 9B | 19 | 37 | 0 | 27 | 111 | 26 | 2C |
| Octal | 164 | 105 | 233 | 31 | 67 | 0 | 47 | 421 | 46 | 54 |
| Binary | 1110100 | 1000101 | 10011011 | 11001 | 110111 | 0 | 100111 | 100010001 | 100110 | 101100 |
Color Harmonies of #74459B
Complementary color
Monochromatic Colors of #74459B
Black with #74459B
Text Example
Text Example
White with #74459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74459B; }
p { color: rgb(116,69,155); }
H1.HeaderClassName
{
color: #74459B;
}
.AnyTagClassName
{
color: #74459B;
}
</style>
background-color css
<style>
a { background-color: #74459B; }
a { background-color: rgb(116,69,155); }
div.DivClassName
{
background-color: #74459B;
}
.BgClassName
{
background-color: #74459B;
}
</style>
border-color css
<style>
span { border-color: #74459B; }
span { border-color: rgb(116,69,155); }
td.TdClassName
{
border-color: #74459B;
}
.TagClassName
{
border-color: #74459B;
}
</style>