#487890

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

Shades of Jelly Bean #487890

Tints of Jelly Bean #487890

Color information

#487890 (or 0x487890) is unknown color: approx Jelly Bean. HEX triplet: 48, 78 and 90. RGB value is (72,120,144). Sum of RGB (Red+Green+Blue) = 72+120+144=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #487890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487890 is #B7876F. Grayscale: #6C6C6C. Windows color (decimal): -12027760 or 9467976. OLE color: 9467976.

HSL color Cylindrical-coordinate representation of color #487890: hue angle of 200º 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 #487890 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72120144-
CMYK0.500.1700.44
HSL200º33.33%42.35%-
HSV(B)200º50%56.47%-
XYZ14.4216.8228.87-
YUV108.38148.1102.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=21.43%
G=35.71%
B=42.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721201440.500.1700.4420033.3342.35
Hex487890321102Cc8212a
Octal11017022062210543104152
Binary100100011110001001000011001010001010110011001000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487890; }

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

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

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

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

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

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

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

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