#47799E

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

Shades of Jelly Bean #47799E

Tints of Jelly Bean #47799E

Color information

#47799E (or 0x47799E) is unknown color: approx Jelly Bean. HEX triplet: 47, 79 and 9E. RGB value is (71,121,158). Sum of RGB (Red+Green+Blue) = 71+121+158=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #47799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47799E is #B88661. Grayscale: #6E6E6E. Windows color (decimal): -12093026 or 10385735. OLE color: 10385735.

HSL color Cylindrical-coordinate representation of color #47799E: hue angle of 205.52º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47799E is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71121158-
CMYK0.550.2300.38
HSL205.52º37.99%44.9%-
HSV(B)205.52º55.06%61.96%-
XYZ15.6117.4834.9-
YUV110.27154.9499.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.29%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=20.29%
G=34.57%
B=45.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711211580.550.2300.38205.5237.9944.9
Hex47799E3717026ce262d
Octal10717123667270463164655
Binary100011111110011001111011011110111010011011001110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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