#487987

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

Shades of Jelly Bean #487987

Tints of Jelly Bean #487987

Color information

#487987 (or 0x487987) is unknown color: approx Jelly Bean. HEX triplet: 48, 79 and 87. RGB value is (72,121,135). Sum of RGB (Red+Green+Blue) = 72+121+135=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #487987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487987 is #B78678. Grayscale: #6B6B6B. Windows color (decimal): -12027513 or 8878408. OLE color: 8878408.

HSL color Cylindrical-coordinate representation of color #487987: hue angle of 193.33º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487987 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB72121135-
CMYK0.470.1000.47
HSL193.33º30.43%40.59%-
HSV(B)193.33º46.67%52.94%-
XYZ13.8816.825.43-
YUV107.94143.27102.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 135 (53.12% from 255) = 41.16%
R=21.95%
G=36.89%
B=41.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721211350.470.1000.47193.3330.4340.59
Hex4879872FA02Fc11e29
Octal11017120757120573013651
Binary1001000111100110000111101111101001011111100000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487987; }

 p { color: rgb(72,121,135); }

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

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

 a { background-color: rgb(72,121,135); }

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

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

 span { border-color: rgb(72,121,135); }

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