#47738F

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

Shades of Jelly Bean #47738F

Tints of Jelly Bean #47738F

Color information

#47738F (or 0x47738F) is unknown color: approx Jelly Bean. HEX triplet: 47, 73 and 8F. RGB value is (71,115,143). Sum of RGB (Red+Green+Blue) = 71+115+143=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #47738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47738F is #B88C70. Grayscale: #686868. Windows color (decimal): -12094577 or 9401159. OLE color: 9401159.

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

Color convert

RGB71115143-
CMYK0.500.2000.44
HSL203.33º33.64%41.96%-
HSV(B)203.33º50.35%56.08%-
XYZ13.6915.5828.27-
YUV105.04149.42103.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 143 (56.25% from 255) = 43.47%
R=21.58%
G=34.95%
B=43.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711151430.500.2000.44203.3333.6441.96
Hex47738F321402Ccb222a
Octal10716321762240543134252
Binary100011111100111000111111001010100010110011001011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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