Html Css Color HEX #497494 Jelly Bean

📋 copy color: '#497494'

red 73 ◦ green 116 ◦ blue 148

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

Shades of Jelly Bean #497494

Tints of Jelly Bean #497494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

 BLUE value IS 148 (58.2% from 255) = 43.92%

R = 21.66%
G = 34.42%
B = 43.92%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497494 (or 0x497494) is known color: Jelly Bean. HEX triplet: 49, 74 and 94. RGB value is (73,116,148). Sum of RGB (Red+Green+Blue) = 73+116+148=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #497494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497494 is #B68B6B. Grayscale: #6A6A6A. Windows color (decimal): -11963244 or 9729097. OLE color: 9729097.

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

Color convert

RGB 73 116 148 -
CMYK 0.51 0.22 0 0.42
HSL 205.6º 0.34% 0.43% -
HSV(B) 205.6º 0.51% 0.58% -
XYZ 14.34 16.05 30.36 -
YUV 106.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 73 116 148 0.51 0.22 0 0.42 205.6 0.34 0.43
Hex 49 74 94 33 16 0 2A CE 22 2B
Octal 111 164 224 63 26 0 52 316 42 53
Binary 1001001 1110100 10010100 110011 10110 0 101010 11001110 100010 101011

Color Harmonies of #497494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497494

Black with #497494

Text Example


Text Example

White with #497494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497494; }

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

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

background-color css

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

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

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

border-color css

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

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

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