#487F96

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

Shades of Jelly Bean #487F96

Tints of Jelly Bean #487F96

Color information

#487F96 (or 0x487F96) is unknown color: approx Jelly Bean. HEX triplet: 48, 7F and 96. RGB value is (72,127,150). Sum of RGB (Red+Green+Blue) = 72+127+150=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #487F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F96 is #B78069. Grayscale: #717171. Windows color (decimal): -12025962 or 9862984. OLE color: 9862984.

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

Color convert

RGB72127150-
CMYK0.520.1500.41
HSL197.69º35.14%43.53%-
HSV(B)197.69º52%58.82%-
XYZ15.7718.7631.64-
YUV113.18148.7898.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=20.63%
G=36.39%
B=42.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721271500.520.1500.41197.6935.1443.53
Hex487F9634F029c6232c
Octal11017722664170513064354
Binary10010001111111100101101101001111010100111000110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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