Shades of Blue Marguerite #7463BD
Tints of Blue Marguerite #7463BD
RGB
CMYK
RGB Variations
Color information
#7463BD (or 0x7463BD) is known color: Blue Marguerite. HEX triplet: 74, 63 and BD. RGB value is (116,99,189). Sum of RGB (Red+Green+Blue) = 116+99+189=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #7463BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7463BD is #8B9C42. Grayscale: #727272. Windows color (decimal): -9149507 or 12411764. OLE color: 12411764.
HSL color Cylindrical-coordinate representation of color #7463BD: hue angle of 251.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7463BD is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 99 | 189 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.26 |
| HSL | 251.33º | 0.41% | 0.56% | - |
| HSV(B) | 251.33º | 0.48% | 0.74% | - |
| XYZ | 20.85 | 16.31 | 50.19 | - |
| YUV | 114.34 | 170.13 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 189 | 0.39 | 0.48 | 0 | 0.26 | 251.33 | 0.41 | 0.56 |
| Hex | 74 | 63 | BD | 27 | 30 | 0 | 1A | FB | 29 | 38 |
| Octal | 164 | 143 | 275 | 47 | 60 | 0 | 32 | 373 | 51 | 70 |
| Binary | 1110100 | 1100011 | 10111101 | 100111 | 110000 | 0 | 11010 | 11111011 | 101001 | 111000 |
Color Harmonies of #7463BD
Complementary color
Monochromatic Colors of #7463BD
Black with #7463BD
Text Example
Text Example
White with #7463BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7463BD; }
p { color: rgb(116,99,189); }
H1.HeaderClassName
{
color: #7463BD;
}
.AnyTagClassName
{
color: #7463BD;
}
</style>
background-color css
<style>
a { background-color: #7463BD; }
a { background-color: rgb(116,99,189); }
div.DivClassName
{
background-color: #7463BD;
}
.BgClassName
{
background-color: #7463BD;
}
</style>
border-color css
<style>
span { border-color: #7463BD; }
span { border-color: rgb(116,99,189); }
td.TdClassName
{
border-color: #7463BD;
}
.TagClassName
{
border-color: #7463BD;
}
</style>