#739FB4

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

Shades of Shakespeare #739FB4

Tints of Shakespeare #739FB4

Color information

#739FB4 (or 0x739FB4) is unknown color: approx Shakespeare. HEX triplet: 73, 9F and B4. RGB value is (115,159,180). Sum of RGB (Red+Green+Blue) = 115+159+180=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #739FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FB4 is #8C604B. Grayscale: #949494. Windows color (decimal): -9199692 or 11837299. OLE color: 11837299.

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

Color convert

RGB115159180-
CMYK0.360.1200.29
HSL199.38º30.23%57.84%-
HSV(B)199.38º36.11%70.59%-
XYZ27.7131.7447.85-
YUV148.24145.92104.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.33%
GREEN value IS 159 (62.5% from 255) = 35.02%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=25.33%
G=35.02%
B=39.65%

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
Decimal1151591800.360.1200.29199.3830.2357.84
Hex739FB424C01Dc71e3a
Octal16323726444140353073672
Binary1110011100111111011010010010011000111011100011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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