Shades of Blue Marguerite #7461B2
Tints of Blue Marguerite #7461B2
RGB
CMYK
RGB Variations
Color information
#7461B2 (or 0x7461B2) is known color: Blue Marguerite. HEX triplet: 74, 61 and B2. RGB value is (116,97,178). Sum of RGB (Red+Green+Blue) = 116+97+178=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 178 - color contains mainly: blue. Hex color #7461B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7461B2 is #8B9E4D. Grayscale: #6F6F6F. Windows color (decimal): -9150030 or 11690356. OLE color: 11690356.
HSL color Cylindrical-coordinate representation of color #7461B2: hue angle of 254.07º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7461B2 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 97 | 178 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.30 |
| HSL | 254.07º | 0.34% | 0.54% | - |
| HSV(B) | 254.07º | 0.46% | 0.7% | - |
| XYZ | 19.51 | 15.48 | 44.08 | - |
| YUV | 111.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 178 | 0.35 | 0.46 | 0 | 0.30 | 254.07 | 0.34 | 0.54 |
| Hex | 74 | 61 | B2 | 23 | 2E | 0 | 1E | FE | 22 | 36 |
| Octal | 164 | 141 | 262 | 43 | 56 | 0 | 36 | 376 | 42 | 66 |
| Binary | 1110100 | 1100001 | 10110010 | 100011 | 101110 | 0 | 11110 | 11111110 | 100010 | 110110 |
Color Harmonies of #7461B2
Complementary color
Monochromatic Colors of #7461B2
Black with #7461B2
Text Example
Text Example
White with #7461B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7461B2; }
p { color: rgb(116,97,178); }
H1.HeaderClassName
{
color: #7461B2;
}
.AnyTagClassName
{
color: #7461B2;
}
</style>
background-color css
<style>
a { background-color: #7461B2; }
a { background-color: rgb(116,97,178); }
div.DivClassName
{
background-color: #7461B2;
}
.BgClassName
{
background-color: #7461B2;
}
</style>
border-color css
<style>
span { border-color: #7461B2; }
span { border-color: rgb(116,97,178); }
td.TdClassName
{
border-color: #7461B2;
}
.TagClassName
{
border-color: #7461B2;
}
</style>