Shades of Shakespeare #749AC2
Tints of Shakespeare #749AC2
RGB
CMYK
RGB Variations
Color information
#749AC2 (or 0x749AC2) is known color: Shakespeare. HEX triplet: 74, 9A and C2. RGB value is (116,154,194). Sum of RGB (Red+Green+Blue) = 116+154+194=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #749AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749AC2 is #8B653D. Grayscale: #939393. Windows color (decimal): -9135422 or 12753524. OLE color: 12753524.
HSL color Cylindrical-coordinate representation of color #749AC2: hue angle of 210.77º 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 #749AC2 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 154 | 194 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.24 |
| HSL | 210.77º | 0.39% | 0.61% | - |
| HSV(B) | 210.77º | 0.4% | 0.76% | - |
| XYZ | 28.5 | 30.72 | 55.47 | - |
| YUV | 147.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 194 | 0.40 | 0.21 | 0 | 0.24 | 210.77 | 0.39 | 0.61 |
| Hex | 74 | 9A | C2 | 28 | 15 | 0 | 18 | D3 | 27 | 3D |
| Octal | 164 | 232 | 302 | 50 | 25 | 0 | 30 | 323 | 47 | 75 |
| Binary | 1110100 | 10011010 | 11000010 | 101000 | 10101 | 0 | 11000 | 11010011 | 100111 | 111101 |
Color Harmonies of #749AC2
Complementary color
Monochromatic Colors of #749AC2
Black with #749AC2
Text Example
Text Example
White with #749AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749AC2; }
p { color: rgb(116,154,194); }
H1.HeaderClassName
{
color: #749AC2;
}
.AnyTagClassName
{
color: #749AC2;
}
</style>
background-color css
<style>
a { background-color: #749AC2; }
a { background-color: rgb(116,154,194); }
div.DivClassName
{
background-color: #749AC2;
}
.BgClassName
{
background-color: #749AC2;
}
</style>
border-color css
<style>
span { border-color: #749AC2; }
span { border-color: rgb(116,154,194); }
td.TdClassName
{
border-color: #749AC2;
}
.TagClassName
{
border-color: #749AC2;
}
</style>