#487390

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

Shades of Jelly Bean #487390

Tints of Jelly Bean #487390

Color information

#487390 (or 0x487390) is unknown color: approx Jelly Bean. HEX triplet: 48, 73 and 90. RGB value is (72,115,144). Sum of RGB (Red+Green+Blue) = 72+115+144=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #487390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487390 is #B78C6F. Grayscale: #696969. Windows color (decimal): -12029040 or 9466696. OLE color: 9466696.

HSL color Cylindrical-coordinate representation of color #487390: hue angle of 204.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487390 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72115144-
CMYK0.500.2000.44
HSL204.17º33.33%42.35%-
HSV(B)204.17º50%56.47%-
XYZ13.8415.6528.68-
YUV105.45149.75104.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=21.75%
G=34.74%
B=43.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721151440.500.2000.44204.1733.3342.35
Hex487390321402Ccc212a
Octal11016322062240543144152
Binary100100011100111001000011001010100010110011001100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487390; }

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

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

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

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

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

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

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

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