Shades of Blue Marguerite #7459AC
Tints of Blue Marguerite #7459AC
RGB
CMYK
RGB Variations
Color information
#7459AC (or 0x7459AC) is known color: Blue Marguerite. HEX triplet: 74, 59 and AC. RGB value is (116,89,172). Sum of RGB (Red+Green+Blue) = 116+89+172=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #7459AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7459AC is #8BA653. Grayscale: #6A6A6A. Windows color (decimal): -9152084 or 11295092. OLE color: 11295092.
HSL color Cylindrical-coordinate representation of color #7459AC: hue angle of 259.52º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7459AC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 89 | 172 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.33 |
| HSL | 259.52º | 0.33% | 0.51% | - |
| HSV(B) | 259.52º | 0.48% | 0.67% | - |
| XYZ | 18.22 | 13.84 | 40.74 | - |
| YUV | 106.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 172 | 0.33 | 0.48 | 0 | 0.33 | 259.52 | 0.33 | 0.51 |
| Hex | 74 | 59 | AC | 21 | 30 | 0 | 21 | 104 | 21 | 33 |
| Octal | 164 | 131 | 254 | 41 | 60 | 0 | 41 | 404 | 41 | 63 |
| Binary | 1110100 | 1011001 | 10101100 | 100001 | 110000 | 0 | 100001 | 100000100 | 100001 | 110011 |
Color Harmonies of #7459AC
Complementary color
Monochromatic Colors of #7459AC
Black with #7459AC
Text Example
Text Example
White with #7459AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7459AC; }
p { color: rgb(116,89,172); }
H1.HeaderClassName
{
color: #7459AC;
}
.AnyTagClassName
{
color: #7459AC;
}
</style>
background-color css
<style>
a { background-color: #7459AC; }
a { background-color: rgb(116,89,172); }
div.DivClassName
{
background-color: #7459AC;
}
.BgClassName
{
background-color: #7459AC;
}
</style>
border-color css
<style>
span { border-color: #7459AC; }
span { border-color: rgb(116,89,172); }
td.TdClassName
{
border-color: #7459AC;
}
.TagClassName
{
border-color: #7459AC;
}
</style>