#739EB4

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

Shades of Shakespeare #739EB4

Tints of Shakespeare #739EB4

Color information

#739EB4 (or 0x739EB4) is unknown color: approx Shakespeare. HEX triplet: 73, 9E and B4. RGB value is (115,158,180). Sum of RGB (Red+Green+Blue) = 115+158+180=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #739EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EB4 is #8C614B. Grayscale: #939393. Windows color (decimal): -9199948 or 11837043. OLE color: 11837043.

HSL color Cylindrical-coordinate representation of color #739EB4: hue angle of 200.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #739EB4 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB115158180-
CMYK0.360.1200.29
HSL200.31º30.23%57.84%-
HSV(B)200.31º36.11%70.59%-
XYZ27.5431.3947.79-
YUV147.65146.25104.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.39%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=25.39%
G=34.88%
B=39.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151581800.360.1200.29200.3130.2357.84
Hex739EB424C01Dc81e3a
Octal16323626444140353103672
Binary1110011100111101011010010010011000111011100100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739EB4; }

 p { color: rgb(115,158,180); }

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

<style>
 a { background-color: #739EB4; }

 a { background-color: rgb(115,158,180); }

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

<style>
 span { border-color: #739EB4; }

 span { border-color: rgb(115,158,180); }

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