Shades of Shakespeare #749FC4
Tints of Shakespeare #749FC4
RGB
CMYK
RGB Variations
Color information
#749FC4 (or 0x749FC4) is known color: Shakespeare. HEX triplet: 74, 9F and C4. RGB value is (116,159,196). Sum of RGB (Red+Green+Blue) = 116+159+196=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #749FC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FC4 is #8B603B. Grayscale: #969696. Windows color (decimal): -9134140 or 12885876. OLE color: 12885876.
HSL color Cylindrical-coordinate representation of color #749FC4: hue angle of 207.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #749FC4 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 159 | 196 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.23 |
| HSL | 207.75º | 0.4% | 0.61% | - |
| HSV(B) | 207.75º | 0.41% | 0.77% | - |
| XYZ | 29.56 | 32.49 | 56.94 | - |
| YUV | 150.36 | 153.75 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 196 | 0.41 | 0.19 | 0 | 0.23 | 207.75 | 0.4 | 0.61 |
| Hex | 74 | 9F | C4 | 29 | 13 | 0 | 17 | D0 | 28 | 3D |
| Octal | 164 | 237 | 304 | 51 | 23 | 0 | 27 | 320 | 50 | 75 |
| Binary | 1110100 | 10011111 | 11000100 | 101001 | 10011 | 0 | 10111 | 11010000 | 101000 | 111101 |
Color Harmonies of #749FC4
Complementary color
Monochromatic Colors of #749FC4
Black with #749FC4
Text Example
Text Example
White with #749FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749FC4; }
p { color: rgb(116,159,196); }
H1.HeaderClassName
{
color: #749FC4;
}
.AnyTagClassName
{
color: #749FC4;
}
</style>
background-color css
<style>
a { background-color: #749FC4; }
a { background-color: rgb(116,159,196); }
div.DivClassName
{
background-color: #749FC4;
}
.BgClassName
{
background-color: #749FC4;
}
</style>
border-color css
<style>
span { border-color: #749FC4; }
span { border-color: rgb(116,159,196); }
td.TdClassName
{
border-color: #749FC4;
}
.TagClassName
{
border-color: #749FC4;
}
</style>