#47788E

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

Shades of Jelly Bean #47788E

Tints of Jelly Bean #47788E

Color information

#47788E (or 0x47788E) is unknown color: approx Jelly Bean. HEX triplet: 47, 78 and 8E. RGB value is (71,120,142). Sum of RGB (Red+Green+Blue) = 71+120+142=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #47788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47788E is #B88771. Grayscale: #6B6B6B. Windows color (decimal): -12093298 or 9336903. OLE color: 9336903.

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

Color convert

RGB71120142-
CMYK0.50.1500.44
HSL198.59º33.33%41.76%-
HSV(B)198.59º50%55.69%-
XYZ14.216.7328.07-
YUV107.86147.27101.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=21.32%
G=36.04%
B=42.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711201420.50.1500.44198.5933.3341.76
Hex47788E32F02Cc7212a
Octal10717021662170543074152
Binary10001111111000100011101100101111010110011000111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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