Shades of Blue Marguerite #7452B2
Tints of Blue Marguerite #7452B2
RGB
CMYK
RGB Variations
Color information
#7452B2 (or 0x7452B2) is known color: Blue Marguerite. HEX triplet: 74, 52 and B2. RGB value is (116,82,178). Sum of RGB (Red+Green+Blue) = 116+82+178=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 178 - color contains mainly: blue. Hex color #7452B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7452B2 is #8BAD4D. Grayscale: #666666. Windows color (decimal): -9153870 or 11686516. OLE color: 11686516.
HSL color Cylindrical-coordinate representation of color #7452B2: hue angle of 261.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7452B2 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 82 | 178 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.30 |
| HSL | 261.25º | 0.38% | 0.51% | - |
| HSV(B) | 261.25º | 0.54% | 0.7% | - |
| XYZ | 18.26 | 12.96 | 43.66 | - |
| YUV | 103.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 178 | 0.35 | 0.54 | 0 | 0.30 | 261.25 | 0.38 | 0.51 |
| Hex | 74 | 52 | B2 | 23 | 36 | 0 | 1E | 105 | 26 | 33 |
| Octal | 164 | 122 | 262 | 43 | 66 | 0 | 36 | 405 | 46 | 63 |
| Binary | 1110100 | 1010010 | 10110010 | 100011 | 110110 | 0 | 11110 | 100000101 | 100110 | 110011 |
Color Harmonies of #7452B2
Complementary color
Monochromatic Colors of #7452B2
Black with #7452B2
Text Example
Text Example
White with #7452B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7452B2; }
p { color: rgb(116,82,178); }
H1.HeaderClassName
{
color: #7452B2;
}
.AnyTagClassName
{
color: #7452B2;
}
</style>
background-color css
<style>
a { background-color: #7452B2; }
a { background-color: rgb(116,82,178); }
div.DivClassName
{
background-color: #7452B2;
}
.BgClassName
{
background-color: #7452B2;
}
</style>
border-color css
<style>
span { border-color: #7452B2; }
span { border-color: rgb(116,82,178); }
td.TdClassName
{
border-color: #7452B2;
}
.TagClassName
{
border-color: #7452B2;
}
</style>