#719EC4

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

Shades of Shakespeare #719EC4

Tints of Shakespeare #719EC4

Color information

#719EC4 (or 0x719EC4) is unknown color: approx Shakespeare. HEX triplet: 71, 9E and C4. RGB value is (113,158,196). Sum of RGB (Red+Green+Blue) = 113+158+196=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #719EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719EC4 is #8E613B. Grayscale: #949494. Windows color (decimal): -9331004 or 12885617. OLE color: 12885617.

HSL color Cylindrical-coordinate representation of color #719EC4: hue angle of 207.47º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #719EC4 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB113158196-
CMYK0.420.1900.23
HSL207.47º41.29%60.59%-
HSV(B)207.47º42.35%76.86%-
XYZ2931.9556.86-
YUV148.88154.59102.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.20%
GREEN value IS 158 (62.11% from 255) = 33.83%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=24.20%
G=33.83%
B=41.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131581960.420.1900.23207.4741.2960.59
Hex719EC42A13017cf293d
Octal16123630452230273175175
Binary111000110011110110001001010101001101011111001111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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