Shades of Shakespeare #749BBA
Tints of Shakespeare #749BBA
RGB
CMYK
RGB Variations
Color information
#749BBA (or 0x749BBA) is known color: Shakespeare. HEX triplet: 74, 9B and BA. RGB value is (116,155,186). Sum of RGB (Red+Green+Blue) = 116+155+186=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #749BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BBA is #8B6445. Grayscale: #929292. Windows color (decimal): -9135174 or 12229492. OLE color: 12229492.
HSL color Cylindrical-coordinate representation of color #749BBA: hue angle of 206.57º 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 #749BBA is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 155 | 186 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.27 |
| HSL | 206.57º | 0.34% | 0.59% | - |
| HSV(B) | 206.57º | 0.38% | 0.73% | - |
| XYZ | 27.79 | 30.7 | 50.92 | - |
| YUV | 146.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 186 | 0.38 | 0.17 | 0 | 0.27 | 206.57 | 0.34 | 0.59 |
| Hex | 74 | 9B | BA | 26 | 11 | 0 | 1B | CF | 22 | 3B |
| Octal | 164 | 233 | 272 | 46 | 21 | 0 | 33 | 317 | 42 | 73 |
| Binary | 1110100 | 10011011 | 10111010 | 100110 | 10001 | 0 | 11011 | 11001111 | 100010 | 111011 |
Color Harmonies of #749BBA
Complementary color
Monochromatic Colors of #749BBA
Black with #749BBA
Text Example
Text Example
White with #749BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BBA; }
p { color: rgb(116,155,186); }
H1.HeaderClassName
{
color: #749BBA;
}
.AnyTagClassName
{
color: #749BBA;
}
</style>
background-color css
<style>
a { background-color: #749BBA; }
a { background-color: rgb(116,155,186); }
div.DivClassName
{
background-color: #749BBA;
}
.BgClassName
{
background-color: #749BBA;
}
</style>
border-color css
<style>
span { border-color: #749BBA; }
span { border-color: rgb(116,155,186); }
td.TdClassName
{
border-color: #749BBA;
}
.TagClassName
{
border-color: #749BBA;
}
</style>