#487999

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

Shades of Jelly Bean #487999

Tints of Jelly Bean #487999

Color information

#487999 (or 0x487999) is unknown color: approx Jelly Bean. HEX triplet: 48, 79 and 99. RGB value is (72,121,153). Sum of RGB (Red+Green+Blue) = 72+121+153=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #487999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487999 is #B78666. Grayscale: #6D6D6D. Windows color (decimal): -12027495 or 10058056. OLE color: 10058056.

HSL color Cylindrical-coordinate representation of color #487999: hue angle of 203.7º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #487999 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB72121153-
CMYK0.530.2100.4
HSL203.7º36%44.12%-
HSV(B)203.7º52.94%60%-
XYZ15.2617.3532.68-
YUV110152.27100.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=20.81%
G=34.97%
B=44.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721211530.530.2100.4203.73644.12
Hex4879993515028cc242c
Octal11017123165250503144454
Binary100100011110011001100111010110101010100011001100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487999; }

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

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

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

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

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

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

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

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