Html Css Color HEX #497786 Jelly Bean

📋 copy color: '#497786'

red 73 ◦ green 119 ◦ blue 134

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

Shades of Jelly Bean #497786

Tints of Jelly Bean #497786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 22.39%
G = 36.5%
B = 41.1%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#497786 (or 0x497786) is known color: Jelly Bean. HEX triplet: 49, 77 and 86. RGB value is (73,119,134). Sum of RGB (Red+Green+Blue) = 73+119+134=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #497786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497786 is #B68879. Grayscale: #6A6A6A. Windows color (decimal): -11962490 or 8812361. OLE color: 8812361.

HSL color Cylindrical-coordinate representation of color #497786: hue angle of 194.75º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497786 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 119 134 -
CMYK 0.46 0.11 0 0.47
HSL 194.75º 0.29% 0.41% -
HSV(B) 194.75º 0.46% 0.53% -
XYZ 13.65 16.33 24.99 -
YUV 106.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 73 119 134 0.46 0.11 0 0.47 194.75 0.29 0.41
Hex 49 77 86 2E B 0 2F C3 1D 29
Octal 111 167 206 56 13 0 57 303 35 51
Binary 1001001 1110111 10000110 101110 1011 0 101111 11000011 11101 101001

Color Harmonies of #497786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497786

Black with #497786

Text Example


Text Example

White with #497786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497786; }

 p { color: rgb(73,119,134); }

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

background-color css

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

 a { background-color: rgb(73,119,134); }

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

border-color css

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

 span { border-color: rgb(73,119,134); }

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