#47778E

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

Shades of Jelly Bean #47778E

Tints of Jelly Bean #47778E

Color information

#47778E (or 0x47778E) is unknown color: approx Jelly Bean. HEX triplet: 47, 77 and 8E. RGB value is (71,119,142). Sum of RGB (Red+Green+Blue) = 71+119+142=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #47778E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47778E is #B88871. Grayscale: #6B6B6B. Windows color (decimal): -12093554 or 9336647. OLE color: 9336647.

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

Color convert

RGB71119142-
CMYK0.50.1600.44
HSL199.44º33.33%41.76%-
HSV(B)199.44º50%55.69%-
XYZ14.0816.4928.03-
YUV107.27147.6102.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=21.39%
G=35.84%
B=42.77%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711191420.50.1600.44199.4433.3341.76
Hex47778E321002Cc7212a
Octal10716721662200543074152
Binary100011111101111000111011001010000010110011000111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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