#487A87

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

Shades of Jelly Bean #487A87

Tints of Jelly Bean #487A87

Color information

#487A87 (or 0x487A87) is unknown color: approx Jelly Bean. HEX triplet: 48, 7A and 87. RGB value is (72,122,135). Sum of RGB (Red+Green+Blue) = 72+122+135=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #487A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487A87 is #B78578. Grayscale: #6C6C6C. Windows color (decimal): -12027257 or 8878664. OLE color: 8878664.

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

Color convert

RGB72122135-
CMYK0.470.1000.47
HSL192.38º30.43%40.59%-
HSV(B)192.38º46.67%52.94%-
XYZ14.0117.0525.47-
YUV108.53142.94101.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 135 (53.12% from 255) = 41.03%
R=21.88%
G=37.08%
B=41.03%

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
Decimal721221350.470.1000.47192.3830.4340.59
Hex487A872FA02Fc01e29
Octal11017220757120573003651
Binary1001000111101010000111101111101001011111100000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487A87; }

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

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

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

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

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

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

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

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