Html Css Color HEX #497895 Jelly Bean

📋 copy color: '#497895'

red 73 ◦ green 120 ◦ blue 149

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

Shades of Jelly Bean #497895

Tints of Jelly Bean #497895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 21.35%
G = 35.09%
B = 43.57%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497895 (or 0x497895) is known color: Jelly Bean. HEX triplet: 49, 78 and 95. RGB value is (73,120,149). Sum of RGB (Red+Green+Blue) = 73+120+149=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #497895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497895 is #B6876A. Grayscale: #6D6D6D. Windows color (decimal): -11962219 or 9795657. OLE color: 9795657.

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

Color convert

RGB 73 120 149 -
CMYK 0.51 0.19 0 0.42
HSL 202.89º 0.34% 0.44% -
HSV(B) 202.89º 0.51% 0.58% -
XYZ 14.89 17.02 30.93 -
YUV 109.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 73 120 149 0.51 0.19 0 0.42 202.89 0.34 0.44
Hex 49 78 95 33 13 0 2A CB 22 2C
Octal 111 170 225 63 23 0 52 313 42 54
Binary 1001001 1111000 10010101 110011 10011 0 101010 11001011 100010 101100

Color Harmonies of #497895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497895

Black with #497895

Text Example


Text Example

White with #497895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497895; }

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

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

background-color css

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

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

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

border-color css

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

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

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