Shades of Shakespeare #749BBB
Tints of Shakespeare #749BBB
RGB
CMYK
RGB Variations
Color information
#749BBB (or 0x749BBB) is known color: Shakespeare. HEX triplet: 74, 9B and BB. RGB value is (116,155,187). Sum of RGB (Red+Green+Blue) = 116+155+187=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #749BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BBB is #8B6444. Grayscale: #929292. Windows color (decimal): -9135173 or 12295028. OLE color: 12295028.
HSL color Cylindrical-coordinate representation of color #749BBB: hue angle of 207.04º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #749BBB is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 155 | 187 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.27 |
| HSL | 207.04º | 0.34% | 0.59% | - |
| HSV(B) | 207.04º | 0.38% | 0.73% | - |
| XYZ | 27.89 | 30.74 | 51.48 | - |
| YUV | 146.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 187 | 0.38 | 0.17 | 0 | 0.27 | 207.04 | 0.34 | 0.59 |
| Hex | 74 | 9B | BB | 26 | 11 | 0 | 1B | CF | 22 | 3B |
| Octal | 164 | 233 | 273 | 46 | 21 | 0 | 33 | 317 | 42 | 73 |
| Binary | 1110100 | 10011011 | 10111011 | 100110 | 10001 | 0 | 11011 | 11001111 | 100010 | 111011 |
Color Harmonies of #749BBB
Complementary color
Monochromatic Colors of #749BBB
Black with #749BBB
Text Example
Text Example
White with #749BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BBB; }
p { color: rgb(116,155,187); }
H1.HeaderClassName
{
color: #749BBB;
}
.AnyTagClassName
{
color: #749BBB;
}
</style>
background-color css
<style>
a { background-color: #749BBB; }
a { background-color: rgb(116,155,187); }
div.DivClassName
{
background-color: #749BBB;
}
.BgClassName
{
background-color: #749BBB;
}
</style>
border-color css
<style>
span { border-color: #749BBB; }
span { border-color: rgb(116,155,187); }
td.TdClassName
{
border-color: #749BBB;
}
.TagClassName
{
border-color: #749BBB;
}
</style>