#487385

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

Shades of Jelly Bean #487385

Tints of Jelly Bean #487385

Color information

#487385 (or 0x487385) is unknown color: approx Jelly Bean. HEX triplet: 48, 73 and 85. RGB value is (72,115,133). Sum of RGB (Red+Green+Blue) = 72+115+133=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #487385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487385 is #B78C7A. Grayscale: #686868. Windows color (decimal): -12029051 or 8745800. OLE color: 8745800.

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

Color convert

RGB72115133-
CMYK0.460.1400.48
HSL197.7º29.76%40.2%-
HSV(B)197.7º45.86%52.16%-
XYZ13.0415.3324.46-
YUV104.2144.25105.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=22.5%
G=35.94%
B=41.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721151330.460.1400.48197.729.7640.2
Hex4873852EE030c61e28
Octal11016320556160603063650
Binary1001000111001110000101101110111001100001100011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487385; }

 p { color: rgb(72,115,133); }

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

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

 a { background-color: rgb(72,115,133); }

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

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

 span { border-color: rgb(72,115,133); }

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