#487991

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

Shades of Jelly Bean #487991

Tints of Jelly Bean #487991

Color information

#487991 (or 0x487991) is unknown color: approx Jelly Bean. HEX triplet: 48, 79 and 91. RGB value is (72,121,145). Sum of RGB (Red+Green+Blue) = 72+121+145=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #487991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487991 is #B7866E. Grayscale: #6C6C6C. Windows color (decimal): -12027503 or 9533768. OLE color: 9533768.

HSL color Cylindrical-coordinate representation of color #487991: hue angle of 199.73º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487991 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72121145-
CMYK0.500.1700.43
HSL199.73º33.64%42.55%-
HSV(B)199.73º50.34%56.86%-
XYZ14.6217.129.32-
YUV109.08148.27101.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 145 (57.03% from 255) = 42.90%
R=21.30%
G=35.80%
B=42.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721211450.500.1700.43199.7333.6442.55
Hex487991321102Bc8222b
Octal11017122162210533104253
Binary100100011110011001000111001010001010101111001000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487991; }

 p { color: rgb(72,121,145); }

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

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

 a { background-color: rgb(72,121,145); }

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

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

 span { border-color: rgb(72,121,145); }

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