Shades of Shakespeare #749EC3
Tints of Shakespeare #749EC3
RGB
CMYK
RGB Variations
Color information
#749EC3 (or 0x749EC3) is known color: Shakespeare. HEX triplet: 74, 9E and C3. RGB value is (116,158,195). Sum of RGB (Red+Green+Blue) = 116+158+195=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #749EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EC3 is #8B613C. Grayscale: #959595. Windows color (decimal): -9134397 or 12820084. OLE color: 12820084.
HSL color Cylindrical-coordinate representation of color #749EC3: hue angle of 208.1º 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 #749EC3 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 158 | 195 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.24 |
| HSL | 208.1º | 0.4% | 0.61% | - |
| HSV(B) | 208.1º | 0.41% | 0.76% | - |
| XYZ | 29.28 | 32.11 | 56.28 | - |
| YUV | 149.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 195 | 0.41 | 0.19 | 0 | 0.24 | 208.1 | 0.4 | 0.61 |
| Hex | 74 | 9E | C3 | 29 | 13 | 0 | 18 | D0 | 28 | 3D |
| Octal | 164 | 236 | 303 | 51 | 23 | 0 | 30 | 320 | 50 | 75 |
| Binary | 1110100 | 10011110 | 11000011 | 101001 | 10011 | 0 | 11000 | 11010000 | 101000 | 111101 |
Color Harmonies of #749EC3
Complementary color
Monochromatic Colors of #749EC3
Black with #749EC3
Text Example
Text Example
White with #749EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EC3; }
p { color: rgb(116,158,195); }
H1.HeaderClassName
{
color: #749EC3;
}
.AnyTagClassName
{
color: #749EC3;
}
</style>
background-color css
<style>
a { background-color: #749EC3; }
a { background-color: rgb(116,158,195); }
div.DivClassName
{
background-color: #749EC3;
}
.BgClassName
{
background-color: #749EC3;
}
</style>
border-color css
<style>
span { border-color: #749EC3; }
span { border-color: rgb(116,158,195); }
td.TdClassName
{
border-color: #749EC3;
}
.TagClassName
{
border-color: #749EC3;
}
</style>