Shades of Shakespeare #719CC4
Tints of Shakespeare #719CC4
RGB
CMYK
RGB Variations
Color information
#719CC4 (or 0x719CC4) is known color: Shakespeare. HEX triplet: 71, 9C and C4. RGB value is (113,156,196). Sum of RGB (Red+Green+Blue) = 113+156+196=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #719CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CC4 is #8E633B. Grayscale: #939393. Windows color (decimal): -9331516 or 12885105. OLE color: 12885105.
HSL color Cylindrical-coordinate representation of color #719CC4: hue angle of 208.92º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #719CC4 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 156 | 196 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.23 |
| HSL | 208.92º | 0.41% | 0.61% | - |
| HSV(B) | 208.92º | 0.42% | 0.77% | - |
| XYZ | 28.66 | 31.27 | 56.75 | - |
| YUV | 147.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 196 | 0.42 | 0.20 | 0 | 0.23 | 208.92 | 0.41 | 0.61 |
| Hex | 71 | 9C | C4 | 2A | 14 | 0 | 17 | D1 | 29 | 3D |
| Octal | 161 | 234 | 304 | 52 | 24 | 0 | 27 | 321 | 51 | 75 |
| Binary | 1110001 | 10011100 | 11000100 | 101010 | 10100 | 0 | 10111 | 11010001 | 101001 | 111101 |
Color Harmonies of #719CC4
Complementary color
Monochromatic Colors of #719CC4
Black with #719CC4
Text Example
Text Example
White with #719CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CC4; }
p { color: rgb(113,156,196); }
H1.HeaderClassName
{
color: #719CC4;
}
.AnyTagClassName
{
color: #719CC4;
}
</style>
background-color css
<style>
a { background-color: #719CC4; }
a { background-color: rgb(113,156,196); }
div.DivClassName
{
background-color: #719CC4;
}
.BgClassName
{
background-color: #719CC4;
}
</style>
border-color css
<style>
span { border-color: #719CC4; }
span { border-color: rgb(113,156,196); }
td.TdClassName
{
border-color: #719CC4;
}
.TagClassName
{
border-color: #719CC4;
}
</style>