Shades of Blue Marguerite #7458AC
Tints of Blue Marguerite #7458AC
RGB
CMYK
RGB Variations
Color information
#7458AC (or 0x7458AC) is known color: Blue Marguerite. HEX triplet: 74, 58 and AC. RGB value is (116,88,172). Sum of RGB (Red+Green+Blue) = 116+88+172=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #7458AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7458AC is #8BA753. Grayscale: #696969. Windows color (decimal): -9152340 or 11294836. OLE color: 11294836.
HSL color Cylindrical-coordinate representation of color #7458AC: hue angle of 260º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7458AC is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 88 | 172 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.33 |
| HSL | 260º | 0.34% | 0.51% | - |
| HSV(B) | 260º | 0.49% | 0.67% | - |
| XYZ | 18.14 | 13.67 | 40.71 | - |
| YUV | 105.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 172 | 0.33 | 0.49 | 0 | 0.33 | 260 | 0.34 | 0.51 |
| Hex | 74 | 58 | AC | 21 | 31 | 0 | 21 | 104 | 22 | 33 |
| Octal | 164 | 130 | 254 | 41 | 61 | 0 | 41 | 404 | 42 | 63 |
| Binary | 1110100 | 1011000 | 10101100 | 100001 | 110001 | 0 | 100001 | 100000100 | 100010 | 110011 |
Color Harmonies of #7458AC
Complementary color
Monochromatic Colors of #7458AC
Black with #7458AC
Text Example
Text Example
White with #7458AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7458AC; }
p { color: rgb(116,88,172); }
H1.HeaderClassName
{
color: #7458AC;
}
.AnyTagClassName
{
color: #7458AC;
}
</style>
background-color css
<style>
a { background-color: #7458AC; }
a { background-color: rgb(116,88,172); }
div.DivClassName
{
background-color: #7458AC;
}
.BgClassName
{
background-color: #7458AC;
}
</style>
border-color css
<style>
span { border-color: #7458AC; }
span { border-color: rgb(116,88,172); }
td.TdClassName
{
border-color: #7458AC;
}
.TagClassName
{
border-color: #7458AC;
}
</style>