#739AB4

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

Shades of Shakespeare #739AB4

Tints of Shakespeare #739AB4

Color information

#739AB4 (or 0x739AB4) is unknown color: approx Shakespeare. HEX triplet: 73, 9A and B4. RGB value is (115,154,180). Sum of RGB (Red+Green+Blue) = 115+154+180=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #739AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739AB4 is #8C654B. Grayscale: #919191. Windows color (decimal): -9200972 or 11836019. OLE color: 11836019.

HSL color Cylindrical-coordinate representation of color #739AB4: hue angle of 204º 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 #739AB4 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB115154180-
CMYK0.360.1400.29
HSL204º30.23%57.84%-
HSV(B)204º36.11%70.59%-
XYZ26.8630.0547.56-
YUV145.3147.58106.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.61%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=25.61%
G=34.30%
B=40.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151541800.360.1400.2920430.2357.84
Hex739AB424E01Dcc1e3a
Octal16323226444160353143672
Binary1110011100110101011010010010011100111011100110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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