#487E8C

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

Shades of Jelly Bean #487E8C

Tints of Jelly Bean #487E8C

Color information

#487E8C (or 0x487E8C) is unknown color: approx Jelly Bean. HEX triplet: 48, 7E and 8C. RGB value is (72,126,140). Sum of RGB (Red+Green+Blue) = 72+126+140=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #487E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E8C is #B78173. Grayscale: #6F6F6F. Windows color (decimal): -12026228 or 9207368. OLE color: 9207368.

HSL color Cylindrical-coordinate representation of color #487E8C: hue angle of 192.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #487E8C is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72126140-
CMYK0.490.1000.45
HSL192.35º32.08%41.57%-
HSV(B)192.35º48.57%54.9%-
XYZ14.8718.1927.54-
YUV111.45144.1199.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 126 (49.61% from 255) = 37.28%
BLUE value IS 140 (55.08% from 255) = 41.42%
R=21.30%
G=37.28%
B=41.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721261400.490.1000.45192.3532.0841.57
Hex487E8C31A02Dc0202a
Octal11017621461120553004052
Binary10010001111110100011001100011010010110111000000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,126,140); }

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

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

 a { background-color: rgb(72,126,140); }

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

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

 span { border-color: rgb(72,126,140); }

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