#47758B

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

Shades of Jelly Bean #47758B

Tints of Jelly Bean #47758B

Color information

#47758B (or 0x47758B) is unknown color: approx Jelly Bean. HEX triplet: 47, 75 and 8B. RGB value is (71,117,139). Sum of RGB (Red+Green+Blue) = 71+117+139=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #47758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47758B is #B88A74. Grayscale: #696969. Windows color (decimal): -12094069 or 9139527. OLE color: 9139527.

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

Color convert

RGB71117139-
CMYK0.490.1600.45
HSL199.41º32.38%41.18%-
HSV(B)199.41º48.92%54.51%-
XYZ13.6215.9326.78-
YUV105.75146.76103.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=21.71%
G=35.78%
B=42.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711171390.490.1600.45199.4132.3841.18
Hex47758B311002Dc72029
Octal10716521361200553074051
Binary100011111101011000101111000110000010110111000111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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