Shades of Studio #7448AC
Tints of Studio #7448AC
RGB
CMYK
RGB Variations
Color information
#7448AC (or 0x7448AC) is known color: Studio. HEX triplet: 74, 48 and AC. RGB value is (116,72,172). Sum of RGB (Red+Green+Blue) = 116+72+172=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #7448AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7448AC is #8BB753. Grayscale: #606060. Windows color (decimal): -9156436 or 11290740. OLE color: 11290740.
HSL color Cylindrical-coordinate representation of color #7448AC: hue angle of 266.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7448AC is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 72 | 172 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.33 |
| HSL | 266.4º | 0.41% | 0.48% | - |
| HSV(B) | 266.4º | 0.58% | 0.67% | - |
| XYZ | 16.97 | 11.33 | 40.32 | - |
| YUV | 96.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 172 | 0.33 | 0.58 | 0 | 0.33 | 266.4 | 0.41 | 0.48 |
| Hex | 74 | 48 | AC | 21 | 3A | 0 | 21 | 10A | 29 | 30 |
| Octal | 164 | 110 | 254 | 41 | 72 | 0 | 41 | 412 | 51 | 60 |
| Binary | 1110100 | 1001000 | 10101100 | 100001 | 111010 | 0 | 100001 | 100001010 | 101001 | 110000 |
Color Harmonies of #7448AC
Complementary color
Monochromatic Colors of #7448AC
Black with #7448AC
Text Example
Text Example
White with #7448AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448AC; }
p { color: rgb(116,72,172); }
H1.HeaderClassName
{
color: #7448AC;
}
.AnyTagClassName
{
color: #7448AC;
}
</style>
background-color css
<style>
a { background-color: #7448AC; }
a { background-color: rgb(116,72,172); }
div.DivClassName
{
background-color: #7448AC;
}
.BgClassName
{
background-color: #7448AC;
}
</style>
border-color css
<style>
span { border-color: #7448AC; }
span { border-color: rgb(116,72,172); }
td.TdClassName
{
border-color: #7448AC;
}
.TagClassName
{
border-color: #7448AC;
}
</style>