#487696

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

Shades of Jelly Bean #487696

Tints of Jelly Bean #487696

Color information

#487696 (or 0x487696) is unknown color: approx Jelly Bean. HEX triplet: 48, 76 and 96. RGB value is (72,118,150). Sum of RGB (Red+Green+Blue) = 72+118+150=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #487696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487696 is #B78969. Grayscale: #6B6B6B. Windows color (decimal): -12028266 or 9860680. OLE color: 9860680.

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

Color convert

RGB72118150-
CMYK0.520.2100.41
HSL204.62º35.14%43.53%-
HSV(B)204.62º52%58.82%-
XYZ14.6616.5431.27-
YUV107.89151.76102.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=21.18%
G=34.71%
B=44.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721181500.520.2100.41204.6235.1443.53
Hex4876963415029cd232c
Octal11016622664250513154354
Binary100100011101101001011011010010101010100111001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487696; }

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

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

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

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

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

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

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

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