Shades of Shakespeare #749CC2
Tints of Shakespeare #749CC2
RGB
CMYK
RGB Variations
Color information
#749CC2 (or 0x749CC2) is known color: Shakespeare. HEX triplet: 74, 9C and C2. RGB value is (116,156,194). Sum of RGB (Red+Green+Blue) = 116+156+194=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #749CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CC2 is #8B633D. Grayscale: #949494. Windows color (decimal): -9134910 or 12754036. OLE color: 12754036.
HSL color Cylindrical-coordinate representation of color #749CC2: hue angle of 209.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #749CC2 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 156 | 194 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.24 |
| HSL | 209.23º | 0.39% | 0.61% | - |
| HSV(B) | 209.23º | 0.4% | 0.76% | - |
| XYZ | 28.83 | 31.38 | 55.58 | - |
| YUV | 148.37 | 153.75 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 194 | 0.40 | 0.20 | 0 | 0.24 | 209.23 | 0.39 | 0.61 |
| Hex | 74 | 9C | C2 | 28 | 14 | 0 | 18 | D1 | 27 | 3D |
| Octal | 164 | 234 | 302 | 50 | 24 | 0 | 30 | 321 | 47 | 75 |
| Binary | 1110100 | 10011100 | 11000010 | 101000 | 10100 | 0 | 11000 | 11010001 | 100111 | 111101 |
Color Harmonies of #749CC2
Complementary color
Monochromatic Colors of #749CC2
Black with #749CC2
Text Example
Text Example
White with #749CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CC2; }
p { color: rgb(116,156,194); }
H1.HeaderClassName
{
color: #749CC2;
}
.AnyTagClassName
{
color: #749CC2;
}
</style>
background-color css
<style>
a { background-color: #749CC2; }
a { background-color: rgb(116,156,194); }
div.DivClassName
{
background-color: #749CC2;
}
.BgClassName
{
background-color: #749CC2;
}
</style>
border-color css
<style>
span { border-color: #749CC2; }
span { border-color: rgb(116,156,194); }
td.TdClassName
{
border-color: #749CC2;
}
.TagClassName
{
border-color: #749CC2;
}
</style>