Html Css Color HEX #497785 Jelly Bean

📋 copy color: '#497785'

red 73 ◦ green 119 ◦ blue 133

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

Shades of Jelly Bean #497785

Tints of Jelly Bean #497785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.92%

R = 22.46%
G = 36.62%
B = 40.92%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#497785 (or 0x497785) is known color: Jelly Bean. HEX triplet: 49, 77 and 85. RGB value is (73,119,133). Sum of RGB (Red+Green+Blue) = 73+119+133=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #497785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497785 is #B6887A. Grayscale: #6A6A6A. Windows color (decimal): -11962491 or 8746825. OLE color: 8746825.

HSL color Cylindrical-coordinate representation of color #497785: hue angle of 194º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #497785 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 119 133 -
CMYK 0.45 0.11 0 0.48
HSL 194º 0.29% 0.4% -
HSV(B) 194º 0.45% 0.52% -
XYZ 13.58 16.3 24.62 -
YUV 106.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 73 119 133 0.45 0.11 0 0.48 194 0.29 0.4
Hex 49 77 85 2D B 0 30 C2 1D 28
Octal 111 167 205 55 13 0 60 302 35 50
Binary 1001001 1110111 10000101 101101 1011 0 110000 11000010 11101 101000

Color Harmonies of #497785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497785

Black with #497785

Text Example


Text Example

White with #497785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497785; }

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

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

background-color css

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

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

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

border-color css

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

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

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