#487B90

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

Shades of Jelly Bean #487B90

Tints of Jelly Bean #487B90

Color information

#487B90 (or 0x487B90) is unknown color: approx Jelly Bean. HEX triplet: 48, 7B and 90. RGB value is (72,123,144). Sum of RGB (Red+Green+Blue) = 72+123+144=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #487B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487B90 is #B7846F. Grayscale: #6E6E6E. Windows color (decimal): -12026992 or 9468744. OLE color: 9468744.

HSL color Cylindrical-coordinate representation of color #487B90: hue angle of 197.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487B90 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72123144-
CMYK0.500.1500.44
HSL197.5º33.33%42.35%-
HSV(B)197.5º50%56.47%-
XYZ14.7917.5628.99-
YUV110.14147.1100.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=21.24%
G=36.28%
B=42.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721231440.500.1500.44197.533.3342.35
Hex487B9032F02Cc6212a
Octal11017322062170543064152
Binary10010001111011100100001100101111010110011000110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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