#487491

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

Shades of Jelly Bean #487491

Tints of Jelly Bean #487491

Color information

#487491 (or 0x487491) is unknown color: approx Jelly Bean. HEX triplet: 48, 74 and 91. RGB value is (72,116,145). Sum of RGB (Red+Green+Blue) = 72+116+145=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #487491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487491 is #B78B6E. Grayscale: #696969. Windows color (decimal): -12028783 or 9532488. OLE color: 9532488.

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

Color convert

RGB72116145-
CMYK0.500.200.43
HSL203.84º33.64%42.55%-
HSV(B)203.84º50.34%56.86%-
XYZ14.0315.9129.12-
YUV106.15149.92103.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 145 (57.03% from 255) = 43.54%
R=21.62%
G=34.83%
B=43.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721161450.500.200.43203.8433.6442.55
Hex487491321402Bcc222b
Octal11016422162240533144253
Binary100100011101001001000111001010100010101111001100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487491; }

 p { color: rgb(72,116,145); }

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

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

 a { background-color: rgb(72,116,145); }

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

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

 span { border-color: rgb(72,116,145); }

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