Shades of Shakespeare #74A1BC
Tints of Shakespeare #74A1BC
RGB
CMYK
RGB Variations
Color information
#74A1BC (or 0x74A1BC) is known color: Shakespeare. HEX triplet: 74, A1 and BC. RGB value is (116,161,188). Sum of RGB (Red+Green+Blue) = 116+161+188=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #74A1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A1BC is #8B5E43. Grayscale: #969696. Windows color (decimal): -9133636 or 12362100. OLE color: 12362100.
HSL color Cylindrical-coordinate representation of color #74A1BC: hue angle of 202.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74A1BC is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 161 | 188 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.26 |
| HSL | 202.5º | 0.35% | 0.6% | - |
| HSV(B) | 202.5º | 0.38% | 0.74% | - |
| XYZ | 29.02 | 32.83 | 52.38 | - |
| YUV | 150.62 | 149.09 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 161 | 188 | 0.38 | 0.14 | 0 | 0.26 | 202.5 | 0.35 | 0.6 |
| Hex | 74 | A1 | BC | 26 | E | 0 | 1A | CA | 23 | 3C |
| Octal | 164 | 241 | 274 | 46 | 16 | 0 | 32 | 312 | 43 | 74 |
| Binary | 1110100 | 10100001 | 10111100 | 100110 | 1110 | 0 | 11010 | 11001010 | 100011 | 111100 |
Color Harmonies of #74A1BC
Complementary color
Monochromatic Colors of #74A1BC
Black with #74A1BC
Text Example
Text Example
White with #74A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A1BC; }
p { color: rgb(116,161,188); }
H1.HeaderClassName
{
color: #74A1BC;
}
.AnyTagClassName
{
color: #74A1BC;
}
</style>
background-color css
<style>
a { background-color: #74A1BC; }
a { background-color: rgb(116,161,188); }
div.DivClassName
{
background-color: #74A1BC;
}
.BgClassName
{
background-color: #74A1BC;
}
</style>
border-color css
<style>
span { border-color: #74A1BC; }
span { border-color: rgb(116,161,188); }
td.TdClassName
{
border-color: #74A1BC;
}
.TagClassName
{
border-color: #74A1BC;
}
</style>