Shades of Shakespeare #749BBC
Tints of Shakespeare #749BBC
RGB
CMYK
RGB Variations
Color information
#749BBC (or 0x749BBC) is known color: Shakespeare. HEX triplet: 74, 9B and BC. RGB value is (116,155,188). Sum of RGB (Red+Green+Blue) = 116+155+188=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #749BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BBC is #8B6443. Grayscale: #929292. Windows color (decimal): -9135172 or 12360564. OLE color: 12360564.
HSL color Cylindrical-coordinate representation of color #749BBC: hue angle of 207.5º 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 #749BBC is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 155 | 188 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.26 |
| HSL | 207.5º | 0.35% | 0.6% | - |
| HSV(B) | 207.5º | 0.38% | 0.74% | - |
| XYZ | 28 | 30.79 | 52.04 | - |
| YUV | 147.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 188 | 0.38 | 0.18 | 0 | 0.26 | 207.5 | 0.35 | 0.6 |
| Hex | 74 | 9B | BC | 26 | 12 | 0 | 1A | D0 | 23 | 3C |
| Octal | 164 | 233 | 274 | 46 | 22 | 0 | 32 | 320 | 43 | 74 |
| Binary | 1110100 | 10011011 | 10111100 | 100110 | 10010 | 0 | 11010 | 11010000 | 100011 | 111100 |
Color Harmonies of #749BBC
Complementary color
Monochromatic Colors of #749BBC
Black with #749BBC
Text Example
Text Example
White with #749BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BBC; }
p { color: rgb(116,155,188); }
H1.HeaderClassName
{
color: #749BBC;
}
.AnyTagClassName
{
color: #749BBC;
}
</style>
background-color css
<style>
a { background-color: #749BBC; }
a { background-color: rgb(116,155,188); }
div.DivClassName
{
background-color: #749BBC;
}
.BgClassName
{
background-color: #749BBC;
}
</style>
border-color css
<style>
span { border-color: #749BBC; }
span { border-color: rgb(116,155,188); }
td.TdClassName
{
border-color: #749BBC;
}
.TagClassName
{
border-color: #749BBC;
}
</style>