#47758A

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

Shades of Jelly Bean #47758A

Tints of Jelly Bean #47758A

Color information

#47758A (or 0x47758A) is unknown color: approx Jelly Bean. HEX triplet: 47, 75 and 8A. RGB value is (71,117,138). Sum of RGB (Red+Green+Blue) = 71+117+138=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #47758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47758A is #B88A75. Grayscale: #696969. Windows color (decimal): -12094070 or 9073991. OLE color: 9073991.

HSL color Cylindrical-coordinate representation of color #47758A: hue angle of 198.81º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47758A is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB71117138-
CMYK0.490.1500.46
HSL198.81º32.06%40.98%-
HSV(B)198.81º48.55%54.12%-
XYZ13.5515.926.4-
YUV105.64146.26103.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 138 (54.30% from 255) = 42.33%
R=21.78%
G=35.89%
B=42.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711171380.490.1500.46198.8132.0640.98
Hex47758A31F02Ec72029
Octal10716521261170563074051
Binary10001111110101100010101100011111010111011000111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47758A; }

 p { color: rgb(71,117,138); }

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

<style>
 a { background-color: #47758A; }

 a { background-color: rgb(71,117,138); }

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

<style>
 span { border-color: #47758A; }

 span { border-color: rgb(71,117,138); }

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