Shades of Shakespeare #749EBC
Tints of Shakespeare #749EBC
RGB
CMYK
RGB Variations
Color information
#749EBC (or 0x749EBC) is known color: Shakespeare. HEX triplet: 74, 9E and BC. RGB value is (116,158,188). Sum of RGB (Red+Green+Blue) = 116+158+188=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #749EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EBC is #8B6143. Grayscale: #949494. Windows color (decimal): -9134404 or 12361332. OLE color: 12361332.
HSL color Cylindrical-coordinate representation of color #749EBC: hue angle of 205º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #749EBC is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 158 | 188 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.26 |
| HSL | 205º | 0.35% | 0.6% | - |
| HSV(B) | 205º | 0.38% | 0.74% | - |
| XYZ | 28.51 | 31.8 | 52.21 | - |
| YUV | 148.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 188 | 0.38 | 0.16 | 0 | 0.26 | 205 | 0.35 | 0.6 |
| Hex | 74 | 9E | BC | 26 | 10 | 0 | 1A | CD | 23 | 3C |
| Octal | 164 | 236 | 274 | 46 | 20 | 0 | 32 | 315 | 43 | 74 |
| Binary | 1110100 | 10011110 | 10111100 | 100110 | 10000 | 0 | 11010 | 11001101 | 100011 | 111100 |
Color Harmonies of #749EBC
Complementary color
Monochromatic Colors of #749EBC
Black with #749EBC
Text Example
Text Example
White with #749EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EBC; }
p { color: rgb(116,158,188); }
H1.HeaderClassName
{
color: #749EBC;
}
.AnyTagClassName
{
color: #749EBC;
}
</style>
background-color css
<style>
a { background-color: #749EBC; }
a { background-color: rgb(116,158,188); }
div.DivClassName
{
background-color: #749EBC;
}
.BgClassName
{
background-color: #749EBC;
}
</style>
border-color css
<style>
span { border-color: #749EBC; }
span { border-color: rgb(116,158,188); }
td.TdClassName
{
border-color: #749EBC;
}
.TagClassName
{
border-color: #749EBC;
}
</style>