Shades of Shakespeare #74A1BF
Tints of Shakespeare #74A1BF
RGB
CMYK
RGB Variations
Color information
#74A1BF (or 0x74A1BF) is known color: Shakespeare. HEX triplet: 74, A1 and BF. RGB value is (116,161,191). Sum of RGB (Red+Green+Blue) = 116+161+191=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #74A1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A1BF is #8B5E40. Grayscale: #969696. Windows color (decimal): -9133633 or 12558708. OLE color: 12558708.
HSL color Cylindrical-coordinate representation of color #74A1BF: hue angle of 204º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74A1BF is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 161 | 191 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.25 |
| HSL | 204º | 0.37% | 0.6% | - |
| HSV(B) | 204º | 0.39% | 0.75% | - |
| XYZ | 29.35 | 32.96 | 54.11 | - |
| YUV | 150.97 | 150.59 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 161 | 191 | 0.39 | 0.16 | 0 | 0.25 | 204 | 0.37 | 0.6 |
| Hex | 74 | A1 | BF | 27 | 10 | 0 | 19 | CC | 25 | 3C |
| Octal | 164 | 241 | 277 | 47 | 20 | 0 | 31 | 314 | 45 | 74 |
| Binary | 1110100 | 10100001 | 10111111 | 100111 | 10000 | 0 | 11001 | 11001100 | 100101 | 111100 |
Color Harmonies of #74A1BF
Complementary color
Monochromatic Colors of #74A1BF
Black with #74A1BF
Text Example
Text Example
White with #74A1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A1BF; }
p { color: rgb(116,161,191); }
H1.HeaderClassName
{
color: #74A1BF;
}
.AnyTagClassName
{
color: #74A1BF;
}
</style>
background-color css
<style>
a { background-color: #74A1BF; }
a { background-color: rgb(116,161,191); }
div.DivClassName
{
background-color: #74A1BF;
}
.BgClassName
{
background-color: #74A1BF;
}
</style>
border-color css
<style>
span { border-color: #74A1BF; }
span { border-color: rgb(116,161,191); }
td.TdClassName
{
border-color: #74A1BF;
}
.TagClassName
{
border-color: #74A1BF;
}
</style>