#487393

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

Shades of Jelly Bean #487393

Tints of Jelly Bean #487393

Color information

#487393 (or 0x487393) is unknown color: approx Jelly Bean. HEX triplet: 48, 73 and 93. RGB value is (72,115,147). Sum of RGB (Red+Green+Blue) = 72+115+147=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #487393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487393 is #B78C6C. Grayscale: #696969. Windows color (decimal): -12029037 or 9663304. OLE color: 9663304.

HSL color Cylindrical-coordinate representation of color #487393: hue angle of 205.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #487393 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72115147-
CMYK0.510.2200.42
HSL205.6º34.25%42.94%-
HSV(B)205.6º51.02%57.65%-
XYZ14.0715.7529.9-
YUV105.79151.25103.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=21.56%
G=34.43%
B=44.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721151470.510.2200.42205.634.2542.94
Hex487393331602Ace222b
Octal11016322363260523164253
Binary100100011100111001001111001110110010101011001110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487393; }

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

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

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

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

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

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

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

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