#487F94

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

Shades of Jelly Bean #487F94

Tints of Jelly Bean #487F94

Color information

#487F94 (or 0x487F94) is unknown color: approx Jelly Bean. HEX triplet: 48, 7F and 94. RGB value is (72,127,148). Sum of RGB (Red+Green+Blue) = 72+127+148=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #487F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F94 is #B7806B. Grayscale: #707070. Windows color (decimal): -12025964 or 9731912. OLE color: 9731912.

HSL color Cylindrical-coordinate representation of color #487F94: hue angle of 196.58º 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 #487F94 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72127148-
CMYK0.510.1400.42
HSL196.58º34.55%43.14%-
HSV(B)196.58º51.35%58.04%-
XYZ15.6118.6930.8-
YUV112.95147.7898.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=20.75%
G=36.60%
B=42.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721271480.510.1400.42196.5834.5543.14
Hex487F9433E02Ac5232b
Octal11017722463160523054353
Binary10010001111111100101001100111110010101011000101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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