#487586

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

Shades of Jelly Bean #487586

Tints of Jelly Bean #487586

Color information

#487586 (or 0x487586) is unknown color: approx Jelly Bean. HEX triplet: 48, 75 and 86. RGB value is (72,117,134). Sum of RGB (Red+Green+Blue) = 72+117+134=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #487586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487586 is #B78A79. Grayscale: #696969. Windows color (decimal): -12028538 or 8811848. OLE color: 8811848.

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

Color convert

RGB72117134-
CMYK0.460.1300.47
HSL196.45º30.1%40.39%-
HSV(B)196.45º46.27%52.55%-
XYZ13.3415.8224.91-
YUV105.48144.09104.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=22.29%
G=36.22%
B=41.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721171340.460.1300.47196.4530.140.39
Hex4875862ED02Fc41e28
Octal11016520656150573043650
Binary1001000111010110000110101110110101011111100010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487586; }

 p { color: rgb(72,117,134); }

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

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

 a { background-color: rgb(72,117,134); }

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

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

 span { border-color: rgb(72,117,134); }

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