Shades of Shakespeare #70A3C4
Tints of Shakespeare #70A3C4
RGB
CMYK
RGB Variations
Color information
#70A3C4 (or 0x70A3C4) is known color: Shakespeare. HEX triplet: 70, A3 and C4. RGB value is (112,163,196). Sum of RGB (Red+Green+Blue) = 112+163+196=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #70A3C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A3C4 is #8F5C3B. Grayscale: #979797. Windows color (decimal): -9395260 or 12886896. OLE color: 12886896.
HSL color Cylindrical-coordinate representation of color #70A3C4: hue angle of 203.57º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70A3C4 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 163 | 196 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.23 |
| HSL | 203.57º | 0.42% | 0.6% | - |
| HSV(B) | 203.57º | 0.43% | 0.77% | - |
| XYZ | 29.74 | 33.62 | 57.15 | - |
| YUV | 151.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 196 | 0.43 | 0.17 | 0 | 0.23 | 203.57 | 0.42 | 0.6 |
| Hex | 70 | A3 | C4 | 2B | 11 | 0 | 17 | CC | 2A | 3C |
| Octal | 160 | 243 | 304 | 53 | 21 | 0 | 27 | 314 | 52 | 74 |
| Binary | 1110000 | 10100011 | 11000100 | 101011 | 10001 | 0 | 10111 | 11001100 | 101010 | 111100 |
Color Harmonies of #70A3C4
Complementary color
Monochromatic Colors of #70A3C4
Black with #70A3C4
Text Example
Text Example
White with #70A3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A3C4; }
p { color: rgb(112,163,196); }
H1.HeaderClassName
{
color: #70A3C4;
}
.AnyTagClassName
{
color: #70A3C4;
}
</style>
background-color css
<style>
a { background-color: #70A3C4; }
a { background-color: rgb(112,163,196); }
div.DivClassName
{
background-color: #70A3C4;
}
.BgClassName
{
background-color: #70A3C4;
}
</style>
border-color css
<style>
span { border-color: #70A3C4; }
span { border-color: rgb(112,163,196); }
td.TdClassName
{
border-color: #70A3C4;
}
.TagClassName
{
border-color: #70A3C4;
}
</style>