Shades of Shakespeare #749BC3
Tints of Shakespeare #749BC3
RGB
CMYK
RGB Variations
Color information
#749BC3 (or 0x749BC3) is known color: Shakespeare. HEX triplet: 74, 9B and C3. RGB value is (116,155,195). Sum of RGB (Red+Green+Blue) = 116+155+195=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #749BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BC3 is #8B643C. Grayscale: #939393. Windows color (decimal): -9135165 or 12819316. OLE color: 12819316.
HSL color Cylindrical-coordinate representation of color #749BC3: hue angle of 210.38º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #749BC3 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 155 | 195 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.24 |
| HSL | 210.38º | 0.4% | 0.61% | - |
| HSV(B) | 210.38º | 0.41% | 0.76% | - |
| XYZ | 28.77 | 31.1 | 56.12 | - |
| YUV | 147.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 195 | 0.41 | 0.21 | 0 | 0.24 | 210.38 | 0.4 | 0.61 |
| Hex | 74 | 9B | C3 | 29 | 15 | 0 | 18 | D2 | 28 | 3D |
| Octal | 164 | 233 | 303 | 51 | 25 | 0 | 30 | 322 | 50 | 75 |
| Binary | 1110100 | 10011011 | 11000011 | 101001 | 10101 | 0 | 11000 | 11010010 | 101000 | 111101 |
Color Harmonies of #749BC3
Complementary color
Monochromatic Colors of #749BC3
Black with #749BC3
Text Example
Text Example
White with #749BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BC3; }
p { color: rgb(116,155,195); }
H1.HeaderClassName
{
color: #749BC3;
}
.AnyTagClassName
{
color: #749BC3;
}
</style>
background-color css
<style>
a { background-color: #749BC3; }
a { background-color: rgb(116,155,195); }
div.DivClassName
{
background-color: #749BC3;
}
.BgClassName
{
background-color: #749BC3;
}
</style>
border-color css
<style>
span { border-color: #749BC3; }
span { border-color: rgb(116,155,195); }
td.TdClassName
{
border-color: #749BC3;
}
.TagClassName
{
border-color: #749BC3;
}
</style>