#487B89

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

Shades of Jelly Bean #487B89

Tints of Jelly Bean #487B89

Color information

#487B89 (or 0x487B89) is unknown color: approx Jelly Bean. HEX triplet: 48, 7B and 89. RGB value is (72,123,137). Sum of RGB (Red+Green+Blue) = 72+123+137=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #487B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487B89 is #B78476. Grayscale: #6D6D6D. Windows color (decimal): -12026999 or 9009992. OLE color: 9009992.

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

Color convert

RGB72123137-
CMYK0.470.1000.46
HSL192.92º31.1%40.98%-
HSV(B)192.92º47.45%53.73%-
XYZ14.2717.3526.26-
YUV109.35143.6101.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 123 (48.44% from 255) = 37.05%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=21.69%
G=37.05%
B=41.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721231370.470.1000.46192.9231.140.98
Hex487B892FA02Ec11f29
Octal11017321157120563013751
Binary1001000111101110001001101111101001011101100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,123,137); }

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

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

 a { background-color: rgb(72,123,137); }

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

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

 span { border-color: rgb(72,123,137); }

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