#487886

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

Shades of Jelly Bean #487886

Tints of Jelly Bean #487886

Color information

#487886 (or 0x487886) is unknown color: approx Jelly Bean. HEX triplet: 48, 78 and 86. RGB value is (72,120,134). Sum of RGB (Red+Green+Blue) = 72+120+134=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #487886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487886 is #B78779. Grayscale: #6B6B6B. Windows color (decimal): -12027770 or 8812616. OLE color: 8812616.

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

Color convert

RGB72120134-
CMYK0.460.1000.47
HSL193.55º30.1%40.39%-
HSV(B)193.55º46.27%52.55%-
XYZ13.6916.5325.02-
YUV107.24143.1102.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 134 (52.73% from 255) = 41.10%
R=22.09%
G=36.81%
B=41.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721201340.460.1000.47193.5530.140.39
Hex4878862EA02Fc21e28
Octal11017020656120573023650
Binary1001000111100010000110101110101001011111100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487886; }

 p { color: rgb(72,120,134); }

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

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

 a { background-color: rgb(72,120,134); }

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

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

 span { border-color: rgb(72,120,134); }

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