#487894

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

Shades of Jelly Bean #487894

Tints of Jelly Bean #487894

Color information

#487894 (or 0x487894) is unknown color: approx Jelly Bean. HEX triplet: 48, 78 and 94. RGB value is (72,120,148). Sum of RGB (Red+Green+Blue) = 72+120+148=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #487894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487894 is #B7876B. Grayscale: #6C6C6C. Windows color (decimal): -12027756 or 9730120. OLE color: 9730120.

HSL color Cylindrical-coordinate representation of color #487894: hue angle of 202.11º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #487894 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72120148-
CMYK0.510.1900.42
HSL202.11º34.55%43.14%-
HSV(B)202.11º51.35%58.04%-
XYZ14.7316.9530.51-
YUV108.84150.1101.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 148 (58.20% from 255) = 43.53%
R=21.18%
G=35.29%
B=43.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721201480.510.1900.42202.1134.5543.14
Hex487894331302Aca232b
Octal11017022463230523124353
Binary100100011110001001010011001110011010101011001010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487894; }

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

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

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

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

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

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

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

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