Shades of Shakespeare #729CC4
Tints of Shakespeare #729CC4
RGB
CMYK
RGB Variations
Color information
#729CC4 (or 0x729CC4) is known color: Shakespeare. HEX triplet: 72, 9C and C4. RGB value is (114,156,196). Sum of RGB (Red+Green+Blue) = 114+156+196=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #729CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CC4 is #8D633B. Grayscale: #939393. Windows color (decimal): -9265980 or 12885106. OLE color: 12885106.
HSL color Cylindrical-coordinate representation of color #729CC4: hue angle of 209.27º 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 #729CC4 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 156 | 196 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.23 |
| HSL | 209.27º | 0.41% | 0.61% | - |
| HSV(B) | 209.27º | 0.42% | 0.77% | - |
| XYZ | 28.79 | 31.34 | 56.76 | - |
| YUV | 148 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 196 | 0.42 | 0.20 | 0 | 0.23 | 209.27 | 0.41 | 0.61 |
| Hex | 72 | 9C | C4 | 2A | 14 | 0 | 17 | D1 | 29 | 3D |
| Octal | 162 | 234 | 304 | 52 | 24 | 0 | 27 | 321 | 51 | 75 |
| Binary | 1110010 | 10011100 | 11000100 | 101010 | 10100 | 0 | 10111 | 11010001 | 101001 | 111101 |
Color Harmonies of #729CC4
Complementary color
Monochromatic Colors of #729CC4
Black with #729CC4
Text Example
Text Example
White with #729CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729CC4; }
p { color: rgb(114,156,196); }
H1.HeaderClassName
{
color: #729CC4;
}
.AnyTagClassName
{
color: #729CC4;
}
</style>
background-color css
<style>
a { background-color: #729CC4; }
a { background-color: rgb(114,156,196); }
div.DivClassName
{
background-color: #729CC4;
}
.BgClassName
{
background-color: #729CC4;
}
</style>
border-color css
<style>
span { border-color: #729CC4; }
span { border-color: rgb(114,156,196); }
td.TdClassName
{
border-color: #729CC4;
}
.TagClassName
{
border-color: #729CC4;
}
</style>