#487F8C

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

Shades of Jelly Bean #487F8C

Tints of Jelly Bean #487F8C

Color information

#487F8C (or 0x487F8C) is unknown color: approx Jelly Bean. HEX triplet: 48, 7F and 8C. RGB value is (72,127,140). Sum of RGB (Red+Green+Blue) = 72+127+140=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #487F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F8C is #B78073. Grayscale: #6F6F6F. Windows color (decimal): -12025972 or 9207624. OLE color: 9207624.

HSL color Cylindrical-coordinate representation of color #487F8C: hue angle of 191.47º 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 #487F8C is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72127140-
CMYK0.490.0900.45
HSL191.47º32.08%41.57%-
HSV(B)191.47º48.57%54.9%-
XYZ1518.4527.58-
YUV112.04143.7899.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=21.24%
G=37.46%
B=41.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721271400.490.0900.45191.4732.0841.57
Hex487F8C31902Dbf202a
Octal11017721461110552774052
Binary10010001111111100011001100011001010110110111111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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