Html Css Color HEX #497495 Jelly Bean

📋 copy color: '#497495'

red 73 ◦ green 116 ◦ blue 149

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

Shades of Jelly Bean #497495

Tints of Jelly Bean #497495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 21.6%
G = 34.32%
B = 44.08%

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

#497495 (or 0x497495) is known color: Jelly Bean. HEX triplet: 49, 74 and 95. RGB value is (73,116,149). Sum of RGB (Red+Green+Blue) = 73+116+149=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #497495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497495 is #B68B6A. Grayscale: #6A6A6A. Windows color (decimal): -11963243 or 9794633. OLE color: 9794633.

HSL color Cylindrical-coordinate representation of color #497495: hue angle of 206.05º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497495 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 116 149 -
CMYK 0.51 0.22 0 0.42
HSL 206.05º 0.34% 0.44% -
HSV(B) 206.05º 0.51% 0.58% -
XYZ 14.42 16.08 30.78 -
YUV 106.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 73 116 149 0.51 0.22 0 0.42 206.05 0.34 0.44
Hex 49 74 95 33 16 0 2A CE 22 2C
Octal 111 164 225 63 26 0 52 316 42 54
Binary 1001001 1110100 10010101 110011 10110 0 101010 11001110 100010 101100

Color Harmonies of #497495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497495

Black with #497495

Text Example


Text Example

White with #497495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497495; }

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

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

background-color css

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

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

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

border-color css

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

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

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