Shades of Blue Marguerite #7464BA
Tints of Blue Marguerite #7464BA
RGB
CMYK
RGB Variations
Color information
#7464BA (or 0x7464BA) is known color: Blue Marguerite. HEX triplet: 74, 64 and BA. RGB value is (116,100,186). Sum of RGB (Red+Green+Blue) = 116+100+186=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #7464BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464BA is #8B9B45. Grayscale: #727272. Windows color (decimal): -9149254 or 12215412. OLE color: 12215412.
HSL color Cylindrical-coordinate representation of color #7464BA: hue angle of 251.16º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7464BA is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 100 | 186 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.27 |
| HSL | 251.16º | 0.38% | 0.56% | - |
| HSV(B) | 251.16º | 0.46% | 0.73% | - |
| XYZ | 20.62 | 16.37 | 48.53 | - |
| YUV | 114.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 186 | 0.38 | 0.46 | 0 | 0.27 | 251.16 | 0.38 | 0.56 |
| Hex | 74 | 64 | BA | 26 | 2E | 0 | 1B | FB | 26 | 38 |
| Octal | 164 | 144 | 272 | 46 | 56 | 0 | 33 | 373 | 46 | 70 |
| Binary | 1110100 | 1100100 | 10111010 | 100110 | 101110 | 0 | 11011 | 11111011 | 100110 | 111000 |
Color Harmonies of #7464BA
Complementary color
Monochromatic Colors of #7464BA
Black with #7464BA
Text Example
Text Example
White with #7464BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7464BA; }
p { color: rgb(116,100,186); }
H1.HeaderClassName
{
color: #7464BA;
}
.AnyTagClassName
{
color: #7464BA;
}
</style>
background-color css
<style>
a { background-color: #7464BA; }
a { background-color: rgb(116,100,186); }
div.DivClassName
{
background-color: #7464BA;
}
.BgClassName
{
background-color: #7464BA;
}
</style>
border-color css
<style>
span { border-color: #7464BA; }
span { border-color: rgb(116,100,186); }
td.TdClassName
{
border-color: #7464BA;
}
.TagClassName
{
border-color: #7464BA;
}
</style>