#709EC4

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

Shades of Shakespeare #709EC4

Tints of Shakespeare #709EC4

Color information

#709EC4 (or 0x709EC4) is unknown color: approx Shakespeare. HEX triplet: 70, 9E and C4. RGB value is (112,158,196). Sum of RGB (Red+Green+Blue) = 112+158+196=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #709EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EC4 is #8F613B. Grayscale: #949494. Windows color (decimal): -9396540 or 12885616. OLE color: 12885616.

HSL color Cylindrical-coordinate representation of color #709EC4: hue angle of 207.14º 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 #709EC4 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB112158196-
CMYK0.430.1900.23
HSL207.14º41.58%60.39%-
HSV(B)207.14º42.86%76.86%-
XYZ28.8731.8856.86-
YUV148.58154.76101.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 196 (76.95% from 255) = 42.06%
R=24.03%
G=33.91%
B=42.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121581960.430.1900.23207.1441.5860.39
Hex709EC42B13017cf2a3c
Octal16023630453230273175274
Binary111000010011110110001001010111001101011111001111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,158,196); }

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

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

 a { background-color: rgb(112,158,196); }

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

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

 span { border-color: rgb(112,158,196); }

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