Html Css Color HEX #497993 Jelly Bean

📋 copy color: '#497993'

red 73 ◦ green 121 ◦ blue 147

#497993
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #497993

Tints of Jelly Bean #497993

RGB

 RED value IS 73 (28.91% from 255) = 21.41%

 GREEN value IS 121 (47.66% from 255) = 35.48%

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 21.41%
G = 35.48%
B = 43.11%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497993 (or 0x497993) is known color: Jelly Bean. HEX triplet: 49, 79 and 93. RGB value is (73,121,147). Sum of RGB (Red+Green+Blue) = 73+121+147=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #497993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497993 is #B6866C. Grayscale: #6D6D6D. Windows color (decimal): -11961965 or 9664841. OLE color: 9664841.

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

Color convert

RGB 73 121 147 -
CMYK 0.50 0.18 0 0.42
HSL 201.08º 0.34% 0.43% -
HSV(B) 201.08º 0.5% 0.58% -
XYZ 14.85 17.2 30.14 -
YUV 109.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 73 121 147 0.50 0.18 0 0.42 201.08 0.34 0.43
Hex 49 79 93 32 12 0 2A C9 22 2B
Octal 111 171 223 62 22 0 52 311 42 53
Binary 1001001 1111001 10010011 110010 10010 0 101010 11001001 100010 101011

Color Harmonies of #497993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497993

Black with #497993

Text Example


Text Example

White with #497993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497993; }

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

 H1.HeaderClassName
 {
   color: #497993;
 }
 .AnyTagClassName
 {
   color: #497993;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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