#487496

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

Shades of Jelly Bean #487496

Tints of Jelly Bean #487496

Color information

#487496 (or 0x487496) is unknown color: approx Jelly Bean. HEX triplet: 48, 74 and 96. RGB value is (72,116,150). Sum of RGB (Red+Green+Blue) = 72+116+150=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #487496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487496 is #B78B69. Grayscale: #6A6A6A. Windows color (decimal): -12028778 or 9860168. OLE color: 9860168.

HSL color Cylindrical-coordinate representation of color #487496: hue angle of 206.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #487496 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB72116150-
CMYK0.520.2300.41
HSL206.15º35.14%43.53%-
HSV(B)206.15º52%58.82%-
XYZ14.4216.0731.2-
YUV106.72152.42103.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=21.30%
G=34.32%
B=44.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721161500.520.2300.41206.1535.1443.53
Hex4874963417029ce232c
Octal11016422664270513164354
Binary100100011101001001011011010010111010100111001110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487496; }

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

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

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

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

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

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

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

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