#709AB4

Color #709AB4 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #709AB4

Tints of Shakespeare #709AB4

Color information

#709AB4 (or 0x709AB4) is unknown color: approx Shakespeare. HEX triplet: 70, 9A and B4. RGB value is (112,154,180). Sum of RGB (Red+Green+Blue) = 112+154+180=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 180 - color contains mainly: blue. Hex color #709AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709AB4 is #8F654B. Grayscale: #909090. Windows color (decimal): -9397580 or 11836016. OLE color: 11836016.

HSL color Cylindrical-coordinate representation of color #709AB4: hue angle of 202.94º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #709AB4 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112154180-
CMYK0.380.1400.29
HSL202.94º31.19%57.25%-
HSV(B)202.94º37.78%70.59%-
XYZ26.4829.8547.55-
YUV144.41148.09104.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 154 (60.55% from 255) = 34.53%
BLUE value IS 180 (70.70% from 255) = 40.36%
R=25.11%
G=34.53%
B=40.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121541800.380.1400.29202.9431.1957.25
Hex709AB426E01Dcb1f39
Octal16023226446160353133771
Binary1110000100110101011010010011011100111011100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709AB4; }

 p { color: rgb(112,154,180); }

 H1.HeaderClassName
 {
   color: #709AB4;
 }
 .AnyTagClassName
 {
   color: #709AB4;
 }
</style>
background-color css

<style>
 a { background-color: #709AB4; }

 a { background-color: rgb(112,154,180); }

 div.DivClassName
 {
   background-color: #709AB4;
 }
 .BgClassName
 {
   background-color: #709AB4;
 }
</style>
border-color css

<style>
 span { border-color: #709AB4; }

 span { border-color: rgb(112,154,180); }

 td.TdClassName
 {
   border-color: #709AB4;
 }
 .TagClassName
 {
   border-color: #709AB4;
 }
</style>