#47728E

Color #47728E Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #47728E

Tints of Jelly Bean #47728E

Color information

#47728E (or 0x47728E) is unknown color: approx Jelly Bean. HEX triplet: 47, 72 and 8E. RGB value is (71,114,142). Sum of RGB (Red+Green+Blue) = 71+114+142=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #47728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47728E is #B88D71. Grayscale: #686868. Windows color (decimal): -12094834 or 9335367. OLE color: 9335367.

HSL color Cylindrical-coordinate representation of color #47728E: hue angle of 203.66º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47728E is Cyan = 0.5, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71114142-
CMYK0.50.2000.44
HSL203.66º33.33%41.76%-
HSV(B)203.66º50%55.69%-
XYZ13.515.3327.84-
YUV104.34149.25104.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=21.71%
G=34.86%
B=43.43%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711141420.50.2000.44203.6633.3341.76
Hex47728E321402Ccc212a
Octal10716221662240543144152
Binary100011111100101000111011001010100010110011001100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47728E; }

 p { color: rgb(71,114,142); }

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

<style>
 a { background-color: #47728E; }

 a { background-color: rgb(71,114,142); }

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

<style>
 span { border-color: #47728E; }

 span { border-color: rgb(71,114,142); }

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