Shades of Shakespeare #749DB9
Tints of Shakespeare #749DB9
RGB
CMYK
RGB Variations
Color information
#749DB9 (or 0x749DB9) is known color: Shakespeare. HEX triplet: 74, 9D and B9. RGB value is (116,157,185). Sum of RGB (Red+Green+Blue) = 116+157+185=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #749DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DB9 is #8B6246. Grayscale: #939393. Windows color (decimal): -9134663 or 12164468. OLE color: 12164468.
HSL color Cylindrical-coordinate representation of color #749DB9: hue angle of 204.35º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #749DB9 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 157 | 185 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.27 |
| HSL | 204.35º | 0.33% | 0.59% | - |
| HSV(B) | 204.35º | 0.37% | 0.73% | - |
| XYZ | 28.02 | 31.33 | 50.47 | - |
| YUV | 147.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 185 | 0.37 | 0.15 | 0 | 0.27 | 204.35 | 0.33 | 0.59 |
| Hex | 74 | 9D | B9 | 25 | F | 0 | 1B | CC | 21 | 3B |
| Octal | 164 | 235 | 271 | 45 | 17 | 0 | 33 | 314 | 41 | 73 |
| Binary | 1110100 | 10011101 | 10111001 | 100101 | 1111 | 0 | 11011 | 11001100 | 100001 | 111011 |
Color Harmonies of #749DB9
Complementary color
Monochromatic Colors of #749DB9
Black with #749DB9
Text Example
Text Example
White with #749DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DB9; }
p { color: rgb(116,157,185); }
H1.HeaderClassName
{
color: #749DB9;
}
.AnyTagClassName
{
color: #749DB9;
}
</style>
background-color css
<style>
a { background-color: #749DB9; }
a { background-color: rgb(116,157,185); }
div.DivClassName
{
background-color: #749DB9;
}
.BgClassName
{
background-color: #749DB9;
}
</style>
border-color css
<style>
span { border-color: #749DB9; }
span { border-color: rgb(116,157,185); }
td.TdClassName
{
border-color: #749DB9;
}
.TagClassName
{
border-color: #749DB9;
}
</style>