#497893

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

Shades of Jelly Bean #497893

Tints of Jelly Bean #497893

Color information

#497893 (or 0x497893) is unknown color: approx Jelly Bean. HEX triplet: 49, 78 and 93. RGB value is (73,120,147). Sum of RGB (Red+Green+Blue) = 73+120+147=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #497893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497893 is #B6876C. Grayscale: #6C6C6C. Windows color (decimal): -11962221 or 9664585. OLE color: 9664585.

HSL color Cylindrical-coordinate representation of color #497893: hue angle of 201.89º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #497893 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73120147-
CMYK0.500.1800.42
HSL201.89º33.64%43.14%-
HSV(B)201.89º50.34%57.65%-
XYZ14.7316.9630.1-
YUV109.02149.43102.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=21.47%
G=35.29%
B=43.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731201470.500.1800.42201.8933.6443.14
Hex497893321202Aca222b
Octal11117022362220523124253
Binary100100111110001001001111001010010010101011001010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497893; }

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

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

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

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

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

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

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

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