Shades of Blue Marguerite #734DBB
Tints of Blue Marguerite #734DBB
RGB
CMYK
RGB Variations
Color information
#734DBB (or 0x734DBB) is known color: Blue Marguerite. HEX triplet: 73, 4D and BB. RGB value is (115,77,187). Sum of RGB (Red+Green+Blue) = 115+77+187=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #734DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DBB is #8CB244. Grayscale: #646464. Windows color (decimal): -9220677 or 12275059. OLE color: 12275059.
HSL color Cylindrical-coordinate representation of color #734DBB: hue angle of 260.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #734DBB is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 77 | 187 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.27 |
| HSL | 260.73º | 0.45% | 0.52% | - |
| HSV(B) | 260.73º | 0.59% | 0.73% | - |
| XYZ | 18.69 | 12.54 | 48.45 | - |
| YUV | 100.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 187 | 0.39 | 0.59 | 0 | 0.27 | 260.73 | 0.45 | 0.52 |
| Hex | 73 | 4D | BB | 27 | 3B | 0 | 1B | 105 | 2D | 34 |
| Octal | 163 | 115 | 273 | 47 | 73 | 0 | 33 | 405 | 55 | 64 |
| Binary | 1110011 | 1001101 | 10111011 | 100111 | 111011 | 0 | 11011 | 100000101 | 101101 | 110100 |
Color Harmonies of #734DBB
Complementary color
Monochromatic Colors of #734DBB
Black with #734DBB
Text Example
Text Example
White with #734DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734DBB; }
p { color: rgb(115,77,187); }
H1.HeaderClassName
{
color: #734DBB;
}
.AnyTagClassName
{
color: #734DBB;
}
</style>
background-color css
<style>
a { background-color: #734DBB; }
a { background-color: rgb(115,77,187); }
div.DivClassName
{
background-color: #734DBB;
}
.BgClassName
{
background-color: #734DBB;
}
</style>
border-color css
<style>
span { border-color: #734DBB; }
span { border-color: rgb(115,77,187); }
td.TdClassName
{
border-color: #734DBB;
}
.TagClassName
{
border-color: #734DBB;
}
</style>