#487489

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

Shades of Jelly Bean #487489

Tints of Jelly Bean #487489

Color information

#487489 (or 0x487489) is unknown color: approx Jelly Bean. HEX triplet: 48, 74 and 89. RGB value is (72,116,137). Sum of RGB (Red+Green+Blue) = 72+116+137=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #487489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487489 is #B78B76. Grayscale: #696969. Windows color (decimal): -12028791 or 9008200. OLE color: 9008200.

HSL color Cylindrical-coordinate representation of color #487489: hue angle of 199.38º 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 #487489 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB72116137-
CMYK0.470.1500.46
HSL199.38º31.1%40.98%-
HSV(B)199.38º47.45%53.73%-
XYZ13.4315.6725.98-
YUV105.24145.92104.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=22.15%
G=35.69%
B=42.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721161370.470.1500.46199.3831.140.98
Hex4874892FF02Ec71f29
Octal11016421157170563073751
Binary1001000111010010001001101111111101011101100011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487489; }

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

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

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

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

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

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

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

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