Shades of Shakespeare #749CBA
Tints of Shakespeare #749CBA
RGB
CMYK
RGB Variations
Color information
#749CBA (or 0x749CBA) is known color: Shakespeare. HEX triplet: 74, 9C and BA. RGB value is (116,156,186). Sum of RGB (Red+Green+Blue) = 116+156+186=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #749CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CBA is #8B6345. Grayscale: #939393. Windows color (decimal): -9134918 or 12229748. OLE color: 12229748.
HSL color Cylindrical-coordinate representation of color #749CBA: hue angle of 205.71º 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 #749CBA is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 156 | 186 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.27 |
| HSL | 205.71º | 0.34% | 0.59% | - |
| HSV(B) | 205.71º | 0.38% | 0.73% | - |
| XYZ | 27.95 | 31.04 | 50.97 | - |
| YUV | 147.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 186 | 0.38 | 0.16 | 0 | 0.27 | 205.71 | 0.34 | 0.59 |
| Hex | 74 | 9C | BA | 26 | 10 | 0 | 1B | CE | 22 | 3B |
| Octal | 164 | 234 | 272 | 46 | 20 | 0 | 33 | 316 | 42 | 73 |
| Binary | 1110100 | 10011100 | 10111010 | 100110 | 10000 | 0 | 11011 | 11001110 | 100010 | 111011 |
Color Harmonies of #749CBA
Complementary color
Monochromatic Colors of #749CBA
Black with #749CBA
Text Example
Text Example
White with #749CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CBA; }
p { color: rgb(116,156,186); }
H1.HeaderClassName
{
color: #749CBA;
}
.AnyTagClassName
{
color: #749CBA;
}
</style>
background-color css
<style>
a { background-color: #749CBA; }
a { background-color: rgb(116,156,186); }
div.DivClassName
{
background-color: #749CBA;
}
.BgClassName
{
background-color: #749CBA;
}
</style>
border-color css
<style>
span { border-color: #749CBA; }
span { border-color: rgb(116,156,186); }
td.TdClassName
{
border-color: #749CBA;
}
.TagClassName
{
border-color: #749CBA;
}
</style>