#497884

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

Shades of Jelly Bean #497884

Tints of Jelly Bean #497884

Color information

#497884 (or 0x497884) is unknown color: approx Jelly Bean. HEX triplet: 49, 78 and 84. RGB value is (73,120,132). Sum of RGB (Red+Green+Blue) = 73+120+132=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #497884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497884 is #B6877B. Grayscale: #6B6B6B. Windows color (decimal): -11962236 or 8681545. OLE color: 8681545.

HSL color Cylindrical-coordinate representation of color #497884: hue angle of 192.2º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #497884 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73120132-
CMYK0.450.0900.48
HSL192.2º28.78%40.2%-
HSV(B)192.2º44.7%51.76%-
XYZ13.6316.5224.3-
YUV107.32141.93103.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=22.46%
G=36.92%
B=40.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731201320.450.0900.48192.228.7840.2
Hex4978842D9030c01d28
Octal11117020455110603003550
Binary1001001111100010000100101101100101100001100000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497884; }

 p { color: rgb(73,120,132); }

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

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

 a { background-color: rgb(73,120,132); }

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

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

 span { border-color: rgb(73,120,132); }

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