Shades of Studio #744EB3
Tints of Studio #744EB3
RGB
CMYK
RGB Variations
Color information
#744EB3 (or 0x744EB3) is known color: Studio. HEX triplet: 74, 4E and B3. RGB value is (116,78,179). Sum of RGB (Red+Green+Blue) = 116+78+179=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #744EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #744EB3 is #8BB14C. Grayscale: #646464. Windows color (decimal): -9154893 or 11751028. OLE color: 11751028.
HSL color Cylindrical-coordinate representation of color #744EB3: hue angle of 262.57º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #744EB3 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 78 | 179 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.30 |
| HSL | 262.57º | 0.4% | 0.5% | - |
| HSV(B) | 262.57º | 0.56% | 0.7% | - |
| XYZ | 18.06 | 12.42 | 44.09 | - |
| YUV | 100.88 | 172.09 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 179 | 0.35 | 0.56 | 0 | 0.30 | 262.57 | 0.4 | 0.5 |
| Hex | 74 | 4E | B3 | 23 | 38 | 0 | 1E | 107 | 28 | 32 |
| Octal | 164 | 116 | 263 | 43 | 70 | 0 | 36 | 407 | 50 | 62 |
| Binary | 1110100 | 1001110 | 10110011 | 100011 | 111000 | 0 | 11110 | 100000111 | 101000 | 110010 |
Color Harmonies of #744EB3
Complementary color
Monochromatic Colors of #744EB3
Black with #744EB3
Text Example
Text Example
White with #744EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EB3; }
p { color: rgb(116,78,179); }
H1.HeaderClassName
{
color: #744EB3;
}
.AnyTagClassName
{
color: #744EB3;
}
</style>
background-color css
<style>
a { background-color: #744EB3; }
a { background-color: rgb(116,78,179); }
div.DivClassName
{
background-color: #744EB3;
}
.BgClassName
{
background-color: #744EB3;
}
</style>
border-color css
<style>
span { border-color: #744EB3; }
span { border-color: rgb(116,78,179); }
td.TdClassName
{
border-color: #744EB3;
}
.TagClassName
{
border-color: #744EB3;
}
</style>