Shades of Blue Marguerite #744CBF
Tints of Blue Marguerite #744CBF
RGB
CMYK
RGB Variations
Color information
#744CBF (or 0x744CBF) is known color: Blue Marguerite. HEX triplet: 74, 4C and BF. RGB value is (116,76,191). Sum of RGB (Red+Green+Blue) = 116+76+191=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #744CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CBF is #8BB340. Grayscale: #646464. Windows color (decimal): -9155393 or 12536948. OLE color: 12536948.
HSL color Cylindrical-coordinate representation of color #744CBF: hue angle of 260.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #744CBF is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 76 | 191 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.25 |
| HSL | 260.87º | 0.47% | 0.52% | - |
| HSV(B) | 260.87º | 0.6% | 0.75% | - |
| XYZ | 19.19 | 12.64 | 50.72 | - |
| YUV | 101.07 | 178.75 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 191 | 0.39 | 0.60 | 0 | 0.25 | 260.87 | 0.47 | 0.52 |
| Hex | 74 | 4C | BF | 27 | 3C | 0 | 19 | 105 | 2F | 34 |
| Octal | 164 | 114 | 277 | 47 | 74 | 0 | 31 | 405 | 57 | 64 |
| Binary | 1110100 | 1001100 | 10111111 | 100111 | 111100 | 0 | 11001 | 100000101 | 101111 | 110100 |
Color Harmonies of #744CBF
Complementary color
Monochromatic Colors of #744CBF
Black with #744CBF
Text Example
Text Example
White with #744CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CBF; }
p { color: rgb(116,76,191); }
H1.HeaderClassName
{
color: #744CBF;
}
.AnyTagClassName
{
color: #744CBF;
}
</style>
background-color css
<style>
a { background-color: #744CBF; }
a { background-color: rgb(116,76,191); }
div.DivClassName
{
background-color: #744CBF;
}
.BgClassName
{
background-color: #744CBF;
}
</style>
border-color css
<style>
span { border-color: #744CBF; }
span { border-color: rgb(116,76,191); }
td.TdClassName
{
border-color: #744CBF;
}
.TagClassName
{
border-color: #744CBF;
}
</style>