#487E8B

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

Shades of Jelly Bean #487E8B

Tints of Jelly Bean #487E8B

Color information

#487E8B (or 0x487E8B) is unknown color: approx Jelly Bean. HEX triplet: 48, 7E and 8B. RGB value is (72,126,139). Sum of RGB (Red+Green+Blue) = 72+126+139=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #487E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E8B is #B78174. Grayscale: #6F6F6F. Windows color (decimal): -12026229 or 9141832. OLE color: 9141832.

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

Color convert

RGB72126139-
CMYK0.480.0900.45
HSL191.64º31.75%41.37%-
HSV(B)191.64º48.2%54.51%-
XYZ14.7918.1627.15-
YUV111.34143.6199.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 126 (49.61% from 255) = 37.39%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=21.36%
G=37.39%
B=41.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721261390.480.0900.45191.6431.7541.37
Hex487E8B30902Dc02029
Octal11017621360110553004051
Binary10010001111110100010111100001001010110111000000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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