#47818f

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

Shades of Jelly Bean #47818F

Tints of Jelly Bean #47818F

Color information

#47818F (or 0x47818F) is unknown color: approx Jelly Bean. HEX triplet: 47, 81 and 8F. RGB value is (71,129,143). Sum of RGB (Red+Green+Blue) = 71+129+143=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #47818F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47818F is #B87E70. Grayscale: #717171. Windows color (decimal): -12090993 or 9404743. OLE color: 9404743.

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

Color convert

RGB71129143-
CMYK0.500.1000.44
HSL191.67º33.64%41.96%-
HSV(B)191.67º50.35%56.08%-
XYZ15.4119.0228.85-
YUV113.25144.7897.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=20.70%
G=37.61%
B=41.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711291430.500.1000.44191.6733.6441.96
Hex47818F32A02Cc0222a
Octal10720121762120543004252
Binary100011110000001100011111100101010010110011000000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47818f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47818f; }

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

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

<style>
 a { background-color: #47818f; }

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

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

<style>
 span { border-color: #47818f; }

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

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