Shades of Blue Marguerite #7449BF
Tints of Blue Marguerite #7449BF
RGB
CMYK
RGB Variations
Color information
#7449BF (or 0x7449BF) is known color: Blue Marguerite. HEX triplet: 74, 49 and BF. RGB value is (116,73,191). Sum of RGB (Red+Green+Blue) = 116+73+191=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #7449BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449BF is #8BB640. Grayscale: #626262. Windows color (decimal): -9156161 or 12536180. OLE color: 12536180.
HSL color Cylindrical-coordinate representation of color #7449BF: hue angle of 261.86º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7449BF is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 73 | 191 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.25 |
| HSL | 261.86º | 0.48% | 0.52% | - |
| HSV(B) | 261.86º | 0.62% | 0.75% | - |
| XYZ | 18.99 | 12.24 | 50.65 | - |
| YUV | 99.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 191 | 0.39 | 0.62 | 0 | 0.25 | 261.86 | 0.48 | 0.52 |
| Hex | 74 | 49 | BF | 27 | 3E | 0 | 19 | 106 | 30 | 34 |
| Octal | 164 | 111 | 277 | 47 | 76 | 0 | 31 | 406 | 60 | 64 |
| Binary | 1110100 | 1001001 | 10111111 | 100111 | 111110 | 0 | 11001 | 100000110 | 110000 | 110100 |
Color Harmonies of #7449BF
Complementary color
Monochromatic Colors of #7449BF
Black with #7449BF
Text Example
Text Example
White with #7449BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7449BF; }
p { color: rgb(116,73,191); }
H1.HeaderClassName
{
color: #7449BF;
}
.AnyTagClassName
{
color: #7449BF;
}
</style>
background-color css
<style>
a { background-color: #7449BF; }
a { background-color: rgb(116,73,191); }
div.DivClassName
{
background-color: #7449BF;
}
.BgClassName
{
background-color: #7449BF;
}
</style>
border-color css
<style>
span { border-color: #7449BF; }
span { border-color: rgb(116,73,191); }
td.TdClassName
{
border-color: #7449BF;
}
.TagClassName
{
border-color: #7449BF;
}
</style>