#47738D

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

Shades of Jelly Bean #47738D

Tints of Jelly Bean #47738D

Color information

#47738D (or 0x47738D) is unknown color: approx Jelly Bean. HEX triplet: 47, 73 and 8D. RGB value is (71,115,141). Sum of RGB (Red+Green+Blue) = 71+115+141=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #47738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47738D is #B88C72. Grayscale: #686868. Windows color (decimal): -12094579 or 9270087. OLE color: 9270087.

HSL color Cylindrical-coordinate representation of color #47738D: hue angle of 202.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47738D is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB71115141-
CMYK0.500.1800.45
HSL202.29º33.02%41.57%-
HSV(B)202.29º49.65%55.29%-
XYZ13.5415.5227.48-
YUV104.81148.42103.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=21.71%
G=35.17%
B=43.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711151410.500.1800.45202.2933.0241.57
Hex47738D321202Dca212a
Octal10716321562220553124152
Binary100011111100111000110111001010010010110111001010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47738D; }

 p { color: rgb(71,115,141); }

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

<style>
 a { background-color: #47738D; }

 a { background-color: rgb(71,115,141); }

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

<style>
 span { border-color: #47738D; }

 span { border-color: rgb(71,115,141); }

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