#487C8F

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

Shades of Jelly Bean #487C8F

Tints of Jelly Bean #487C8F

Color information

#487C8F (or 0x487C8F) is unknown color: approx Jelly Bean. HEX triplet: 48, 7C and 8F. RGB value is (72,124,143). Sum of RGB (Red+Green+Blue) = 72+124+143=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #487C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487C8F is #B78370. Grayscale: #6E6E6E. Windows color (decimal): -12026737 or 9403464. OLE color: 9403464.

HSL color Cylindrical-coordinate representation of color #487C8F: hue angle of 196.06º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487C8F is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72124143-
CMYK0.500.1300.44
HSL196.06º33.02%42.16%-
HSV(B)196.06º49.65%56.08%-
XYZ14.8417.7828.64-
YUV110.62146.27100.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 143 (56.25% from 255) = 42.18%
R=21.24%
G=36.58%
B=42.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721241430.500.1300.44196.0633.0242.16
Hex487C8F32D02Cc4212a
Octal11017421762150543044152
Binary10010001111100100011111100101101010110011000100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,124,143); }

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

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

 a { background-color: rgb(72,124,143); }

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

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

 span { border-color: rgb(72,124,143); }

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