#487392

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

Shades of Jelly Bean #487392

Tints of Jelly Bean #487392

Color information

#487392 (or 0x487392) is unknown color: approx Jelly Bean. HEX triplet: 48, 73 and 92. RGB value is (72,115,146). Sum of RGB (Red+Green+Blue) = 72+115+146=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #487392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487392 is #B78C6D. Grayscale: #696969. Windows color (decimal): -12029038 or 9597768. OLE color: 9597768.

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

Color convert

RGB72115146-
CMYK0.510.2100.43
HSL205.14º33.94%42.75%-
HSV(B)205.14º50.68%57.25%-
XYZ13.9915.7129.49-
YUV105.68150.75103.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=21.62%
G=34.53%
B=43.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721151460.510.2100.43205.1433.9442.75
Hex487392331502Bcd222b
Octal11016322263250533154253
Binary100100011100111001001011001110101010101111001101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487392; }

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

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

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

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

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

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

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

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