Shades of Studio #744DA4
Tints of Studio #744DA4
RGB
CMYK
RGB Variations
Color information
#744DA4 (or 0x744DA4) is known color: Studio. HEX triplet: 74, 4D and A4. RGB value is (116,77,164). Sum of RGB (Red+Green+Blue) = 116+77+164=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #744DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744DA4 is #8BB25B. Grayscale: #626262. Windows color (decimal): -9155164 or 10767732. OLE color: 10767732.
HSL color Cylindrical-coordinate representation of color #744DA4: hue angle of 266.9º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #744DA4 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 77 | 164 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.36 |
| HSL | 266.9º | 0.36% | 0.47% | - |
| HSV(B) | 266.9º | 0.53% | 0.64% | - |
| XYZ | 16.56 | 11.7 | 36.51 | - |
| YUV | 98.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 164 | 0.29 | 0.53 | 0 | 0.36 | 266.9 | 0.36 | 0.47 |
| Hex | 74 | 4D | A4 | 1D | 35 | 0 | 24 | 10B | 24 | 2F |
| Octal | 164 | 115 | 244 | 35 | 65 | 0 | 44 | 413 | 44 | 57 |
| Binary | 1110100 | 1001101 | 10100100 | 11101 | 110101 | 0 | 100100 | 100001011 | 100100 | 101111 |
Color Harmonies of #744DA4
Complementary color
Monochromatic Colors of #744DA4
Black with #744DA4
Text Example
Text Example
White with #744DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DA4; }
p { color: rgb(116,77,164); }
H1.HeaderClassName
{
color: #744DA4;
}
.AnyTagClassName
{
color: #744DA4;
}
</style>
background-color css
<style>
a { background-color: #744DA4; }
a { background-color: rgb(116,77,164); }
div.DivClassName
{
background-color: #744DA4;
}
.BgClassName
{
background-color: #744DA4;
}
</style>
border-color css
<style>
span { border-color: #744DA4; }
span { border-color: rgb(116,77,164); }
td.TdClassName
{
border-color: #744DA4;
}
.TagClassName
{
border-color: #744DA4;
}
</style>