#487D8A

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

Shades of Jelly Bean #487D8A

Tints of Jelly Bean #487D8A

Color information

#487D8A (or 0x487D8A) is unknown color: approx Jelly Bean. HEX triplet: 48, 7D and 8A. RGB value is (72,125,138). Sum of RGB (Red+Green+Blue) = 72+125+138=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #487D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487D8A is #B78275. Grayscale: #6E6E6E. Windows color (decimal): -12026486 or 9076040. OLE color: 9076040.

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

Color convert

RGB72125138-
CMYK0.480.0900.46
HSL191.82º31.43%41.18%-
HSV(B)191.82º47.83%54.12%-
XYZ14.5917.8826.73-
YUV110.64143.44100.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=21.49%
G=37.31%
B=41.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721251380.480.0900.46191.8231.4341.18
Hex487D8A30902Ec01f29
Octal11017521260110563003751
Binary1001000111110110001010110000100101011101100000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,125,138); }

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

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

 a { background-color: rgb(72,125,138); }

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

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

 span { border-color: rgb(72,125,138); }

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