#739ac0

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

Shades of Shakespeare #739AC0

Tints of Shakespeare #739AC0

Color information

#739AC0 (or 0x739AC0) is unknown color: approx Shakespeare. HEX triplet: 73, 9A and C0. RGB value is (115,154,192). Sum of RGB (Red+Green+Blue) = 115+154+192=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #739AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739AC0 is #8C653F. Grayscale: #929292. Windows color (decimal): -9200960 or 12622451. OLE color: 12622451.

HSL color Cylindrical-coordinate representation of color #739AC0: hue angle of 209.61º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #739AC0 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115154192-
CMYK0.400.2000.25
HSL209.61º37.93%60.2%-
HSV(B)209.61º40.1%75.29%-
XYZ28.1430.5654.29-
YUV146.67153.58105.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.95%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=24.95%
G=33.41%
B=41.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151541920.400.2000.25209.6137.9360.2
Hex739AC02814019d2263c
Octal16323230050240313224674
Binary111001110011010110000001010001010001100111010010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739ac0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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