#47748E

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

Shades of Jelly Bean #47748E

Tints of Jelly Bean #47748E

Color information

#47748E (or 0x47748E) is unknown color: approx Jelly Bean. HEX triplet: 47, 74 and 8E. RGB value is (71,116,142). Sum of RGB (Red+Green+Blue) = 71+116+142=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #47748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47748E is #B88B71. Grayscale: #696969. Windows color (decimal): -12094322 or 9335879. OLE color: 9335879.

HSL color Cylindrical-coordinate representation of color #47748E: hue angle of 201.97º 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 #47748E is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71116142-
CMYK0.50.1800.44
HSL201.97º33.33%41.76%-
HSV(B)201.97º50%55.69%-
XYZ13.7315.7827.91-
YUV105.51148.59103.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=21.58%
G=35.26%
B=43.16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711161420.50.1800.44201.9733.3341.76
Hex47748E321202Cca212a
Octal10716421662220543124152
Binary100011111101001000111011001010010010110011001010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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