#487C8A

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

Shades of Jelly Bean #487C8A

Tints of Jelly Bean #487C8A

Color information

#487C8A (or 0x487C8A) is unknown color: approx Jelly Bean. HEX triplet: 48, 7C and 8A. RGB value is (72,124,138). Sum of RGB (Red+Green+Blue) = 72+124+138=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #487C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487C8A is #B78375. Grayscale: #6D6D6D. Windows color (decimal): -12026742 or 9075784. OLE color: 9075784.

HSL color Cylindrical-coordinate representation of color #487C8A: hue angle of 192.73º 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 #487C8A is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB72124138-
CMYK0.480.1000.46
HSL192.73º31.43%41.18%-
HSV(B)192.73º47.83%54.12%-
XYZ14.4717.6326.68-
YUV110.05143.77100.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 124 (48.83% from 255) = 37.13%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=21.56%
G=37.13%
B=41.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721241380.480.1000.46192.7331.4341.18
Hex487C8A30A02Ec11f29
Octal11017421260120563013751
Binary1001000111110010001010110000101001011101100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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