#497D93

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

Shades of Jelly Bean #497D93

Tints of Jelly Bean #497D93

Color information

#497D93 (or 0x497D93) is unknown color: approx Jelly Bean. HEX triplet: 49, 7D and 93. RGB value is (73,125,147). Sum of RGB (Red+Green+Blue) = 73+125+147=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #497D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497D93 is #B6826C. Grayscale: #6F6F6F. Windows color (decimal): -11960941 or 9665865. OLE color: 9665865.

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

Color convert

RGB73125147-
CMYK0.500.1500.42
HSL197.84º33.64%43.14%-
HSV(B)197.84º50.34%57.65%-
XYZ15.3518.1930.31-
YUV111.96147.77100.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.16%
GREEN value IS 125 (49.22% from 255) = 36.23%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=21.16%
G=36.23%
B=42.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731251470.500.1500.42197.8433.6443.14
Hex497D9332F02Ac6222b
Octal11117522362170523064253
Binary10010011111101100100111100101111010101011000110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497D93; }

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

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

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

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

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

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

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

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