Shades of Blue Marguerite #7448BF
Tints of Blue Marguerite #7448BF
RGB
CMYK
RGB Variations
Color information
#7448BF (or 0x7448BF) is known color: Blue Marguerite. HEX triplet: 74, 48 and BF. RGB value is (116,72,191). Sum of RGB (Red+Green+Blue) = 116+72+191=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #7448BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448BF is #8BB740. Grayscale: #626262. Windows color (decimal): -9156417 or 12535924. OLE color: 12535924.
HSL color Cylindrical-coordinate representation of color #7448BF: hue angle of 262.18º 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 #7448BF is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 72 | 191 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.25 |
| HSL | 262.18º | 0.48% | 0.52% | - |
| HSV(B) | 262.18º | 0.62% | 0.75% | - |
| XYZ | 18.92 | 12.11 | 50.63 | - |
| YUV | 98.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 191 | 0.39 | 0.62 | 0 | 0.25 | 262.18 | 0.48 | 0.52 |
| Hex | 74 | 48 | BF | 27 | 3E | 0 | 19 | 106 | 30 | 34 |
| Octal | 164 | 110 | 277 | 47 | 76 | 0 | 31 | 406 | 60 | 64 |
| Binary | 1110100 | 1001000 | 10111111 | 100111 | 111110 | 0 | 11001 | 100000110 | 110000 | 110100 |
Color Harmonies of #7448BF
Complementary color
Monochromatic Colors of #7448BF
Black with #7448BF
Text Example
Text Example
White with #7448BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448BF; }
p { color: rgb(116,72,191); }
H1.HeaderClassName
{
color: #7448BF;
}
.AnyTagClassName
{
color: #7448BF;
}
</style>
background-color css
<style>
a { background-color: #7448BF; }
a { background-color: rgb(116,72,191); }
div.DivClassName
{
background-color: #7448BF;
}
.BgClassName
{
background-color: #7448BF;
}
</style>
border-color css
<style>
span { border-color: #7448BF; }
span { border-color: rgb(116,72,191); }
td.TdClassName
{
border-color: #7448BF;
}
.TagClassName
{
border-color: #7448BF;
}
</style>