#47798D

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

Shades of Jelly Bean #47798D

Tints of Jelly Bean #47798D

Color information

#47798D (or 0x47798D) is unknown color: approx Jelly Bean. HEX triplet: 47, 79 and 8D. RGB value is (71,121,141). Sum of RGB (Red+Green+Blue) = 71+121+141=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #47798D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47798D is #B88672. Grayscale: #6C6C6C. Windows color (decimal): -12093043 or 9271623. OLE color: 9271623.

HSL color Cylindrical-coordinate representation of color #47798D: hue angle of 197.14º 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 #47798D is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB71121141-
CMYK0.500.1400.45
HSL197.14º33.02%41.57%-
HSV(B)197.14º49.65%55.29%-
XYZ14.2416.9427.72-
YUV108.33146.44101.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=21.32%
G=36.34%
B=42.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711211410.500.1400.45197.1433.0241.57
Hex47798D32E02Dc5212a
Octal10717121562160553054152
Binary10001111111001100011011100101110010110111000101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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