#487389

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

Shades of Jelly Bean #487389

Tints of Jelly Bean #487389

Color information

#487389 (or 0x487389) is unknown color: approx Jelly Bean. HEX triplet: 48, 73 and 89. RGB value is (72,115,137). Sum of RGB (Red+Green+Blue) = 72+115+137=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #487389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487389 is #B78C76. Grayscale: #686868. Windows color (decimal): -12029047 or 9007944. OLE color: 9007944.

HSL color Cylindrical-coordinate representation of color #487389: hue angle of 200.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487389 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB72115137-
CMYK0.470.1600.46
HSL200.31º31.1%40.98%-
HSV(B)200.31º47.45%53.73%-
XYZ13.3215.4525.95-
YUV104.65146.25104.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=22.22%
G=35.49%
B=42.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721151370.470.1600.46200.3131.140.98
Hex4873892F1002Ec81f29
Octal11016321157200563103751
Binary10010001110011100010011011111000001011101100100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487389; }

 p { color: rgb(72,115,137); }

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

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

 a { background-color: rgb(72,115,137); }

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

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

 span { border-color: rgb(72,115,137); }

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