#487E94

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

Shades of Jelly Bean #487E94

Tints of Jelly Bean #487E94

Color information

#487E94 (or 0x487E94) is unknown color: approx Jelly Bean. HEX triplet: 48, 7E and 94. RGB value is (72,126,148). Sum of RGB (Red+Green+Blue) = 72+126+148=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #487E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E94 is #B7816B. Grayscale: #707070. Windows color (decimal): -12026220 or 9731656. OLE color: 9731656.

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

Color convert

RGB72126148-
CMYK0.510.1500.42
HSL197.37º34.55%43.14%-
HSV(B)197.37º51.35%58.04%-
XYZ15.4818.4430.76-
YUV112.36148.1199.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=20.81%
G=36.42%
B=42.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721261480.510.1500.42197.3734.5543.14
Hex487E9433F02Ac5232b
Octal11017622463170523054353
Binary10010001111110100101001100111111010101011000101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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