#497894

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

Shades of Jelly Bean #497894

Tints of Jelly Bean #497894

Color information

#497894 (or 0x497894) is unknown color: approx Jelly Bean. HEX triplet: 49, 78 and 94. RGB value is (73,120,148). Sum of RGB (Red+Green+Blue) = 73+120+148=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #497894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497894 is #B6876B. Grayscale: #6C6C6C. Windows color (decimal): -11962220 or 9730121. OLE color: 9730121.

HSL color Cylindrical-coordinate representation of color #497894: hue angle of 202.4º degrees, saturation: 0.34, 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 #497894 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73120148-
CMYK0.510.1900.42
HSL202.4º33.94%43.33%-
HSV(B)202.4º50.68%58.04%-
XYZ14.8116.9930.52-
YUV109.14149.93102.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 148 (58.20% from 255) = 43.40%
R=21.41%
G=35.19%
B=43.40%

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
Decimal731201480.510.1900.42202.433.9443.33
Hex497894331302Aca222b
Octal11117022463230523124253
Binary100100111110001001010011001110011010101011001010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497894; }

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

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

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

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

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

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

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

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