Shades of Shakespeare #74A1BB
Tints of Shakespeare #74A1BB
RGB
CMYK
RGB Variations
Color information
#74A1BB (or 0x74A1BB) is known color: Shakespeare. HEX triplet: 74, A1 and BB. RGB value is (116,161,187). Sum of RGB (Red+Green+Blue) = 116+161+187=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #74A1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A1BB is #8B5E44. Grayscale: #969696. Windows color (decimal): -9133637 or 12296564. OLE color: 12296564.
HSL color Cylindrical-coordinate representation of color #74A1BB: hue angle of 201.97º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74A1BB is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 161 | 187 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.27 |
| HSL | 201.97º | 0.34% | 0.59% | - |
| HSV(B) | 201.97º | 0.38% | 0.73% | - |
| XYZ | 28.92 | 32.79 | 51.82 | - |
| YUV | 150.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 161 | 187 | 0.38 | 0.14 | 0 | 0.27 | 201.97 | 0.34 | 0.59 |
| Hex | 74 | A1 | BB | 26 | E | 0 | 1B | CA | 22 | 3B |
| Octal | 164 | 241 | 273 | 46 | 16 | 0 | 33 | 312 | 42 | 73 |
| Binary | 1110100 | 10100001 | 10111011 | 100110 | 1110 | 0 | 11011 | 11001010 | 100010 | 111011 |
Color Harmonies of #74A1BB
Complementary color
Monochromatic Colors of #74A1BB
Black with #74A1BB
Text Example
Text Example
White with #74A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A1BB; }
p { color: rgb(116,161,187); }
H1.HeaderClassName
{
color: #74A1BB;
}
.AnyTagClassName
{
color: #74A1BB;
}
</style>
background-color css
<style>
a { background-color: #74A1BB; }
a { background-color: rgb(116,161,187); }
div.DivClassName
{
background-color: #74A1BB;
}
.BgClassName
{
background-color: #74A1BB;
}
</style>
border-color css
<style>
span { border-color: #74A1BB; }
span { border-color: rgb(116,161,187); }
td.TdClassName
{
border-color: #74A1BB;
}
.TagClassName
{
border-color: #74A1BB;
}
</style>