#47798F

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

Shades of Jelly Bean #47798F

Tints of Jelly Bean #47798F

Color information

#47798F (or 0x47798F) is unknown color: approx Jelly Bean. HEX triplet: 47, 79 and 8F. RGB value is (71,121,143). Sum of RGB (Red+Green+Blue) = 71+121+143=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #47798F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47798F is #B88670. Grayscale: #6C6C6C. Windows color (decimal): -12093041 or 9402695. OLE color: 9402695.

HSL color Cylindrical-coordinate representation of color #47798F: hue angle of 198.33º degrees, saturation: 0.34, 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 #47798F is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71121143-
CMYK0.500.1500.44
HSL198.33º33.64%41.96%-
HSV(B)198.33º50.35%56.08%-
XYZ14.391728.51-
YUV108.56147.44101.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 143 (56.25% from 255) = 42.69%
R=21.19%
G=36.12%
B=42.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711211430.500.1500.44198.3333.6441.96
Hex47798F32F02Cc6222a
Octal10717121762170543064252
Binary10001111111001100011111100101111010110011000110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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