Shades of Blue Marguerite #7464B1
Tints of Blue Marguerite #7464B1
RGB
CMYK
RGB Variations
Color information
#7464B1 (or 0x7464B1) is known color: Blue Marguerite. HEX triplet: 74, 64 and B1. RGB value is (116,100,177). Sum of RGB (Red+Green+Blue) = 116+100+177=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #7464B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7464B1 is #8B9B4E. Grayscale: #717171. Windows color (decimal): -9149263 or 11625588. OLE color: 11625588.
HSL color Cylindrical-coordinate representation of color #7464B1: hue angle of 252.47º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7464B1 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 100 | 177 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.31 |
| HSL | 252.47º | 0.33% | 0.54% | - |
| HSV(B) | 252.47º | 0.44% | 0.69% | - |
| XYZ | 19.7 | 16 | 43.65 | - |
| YUV | 113.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 177 | 0.34 | 0.44 | 0 | 0.31 | 252.47 | 0.33 | 0.54 |
| Hex | 74 | 64 | B1 | 22 | 2C | 0 | 1F | FC | 21 | 36 |
| Octal | 164 | 144 | 261 | 42 | 54 | 0 | 37 | 374 | 41 | 66 |
| Binary | 1110100 | 1100100 | 10110001 | 100010 | 101100 | 0 | 11111 | 11111100 | 100001 | 110110 |
Color Harmonies of #7464B1
Complementary color
Monochromatic Colors of #7464B1
Black with #7464B1
Text Example
Text Example
White with #7464B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7464B1; }
p { color: rgb(116,100,177); }
H1.HeaderClassName
{
color: #7464B1;
}
.AnyTagClassName
{
color: #7464B1;
}
</style>
background-color css
<style>
a { background-color: #7464B1; }
a { background-color: rgb(116,100,177); }
div.DivClassName
{
background-color: #7464B1;
}
.BgClassName
{
background-color: #7464B1;
}
</style>
border-color css
<style>
span { border-color: #7464B1; }
span { border-color: rgb(116,100,177); }
td.TdClassName
{
border-color: #7464B1;
}
.TagClassName
{
border-color: #7464B1;
}
</style>