#487D96

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

Shades of Jelly Bean #487D96

Tints of Jelly Bean #487D96

Color information

#487D96 (or 0x487D96) is unknown color: approx Jelly Bean. HEX triplet: 48, 7D and 96. RGB value is (72,125,150). Sum of RGB (Red+Green+Blue) = 72+125+150=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #487D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D96 is #B78269. Grayscale: #6F6F6F. Windows color (decimal): -12026474 or 9862472. OLE color: 9862472.

HSL color Cylindrical-coordinate representation of color #487D96: hue angle of 199.23º 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 #487D96 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB72125150-
CMYK0.520.1700.41
HSL199.23º35.14%43.53%-
HSV(B)199.23º52%58.82%-
XYZ15.5118.2531.56-
YUV112149.4499.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=20.75%
G=36.02%
B=43.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721251500.520.1700.41199.2335.1443.53
Hex487D963411029c7232c
Octal11017522664210513074354
Binary100100011111011001011011010010001010100111000111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487D96; }

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

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

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

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

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

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

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

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