Html Css Color HEX #497585 Jelly Bean

📋 copy color: '#497585'

red 73 ◦ green 117 ◦ blue 133

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

Shades of Jelly Bean #497585

Tints of Jelly Bean #497585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

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

R = 22.6%
G = 36.22%
B = 41.18%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#497585 (or 0x497585) is known color: Jelly Bean. HEX triplet: 49, 75 and 85. RGB value is (73,117,133). Sum of RGB (Red+Green+Blue) = 73+117+133=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #497585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497585 is #B68A7A. Grayscale: #696969. Windows color (decimal): -11963003 or 8746313. OLE color: 8746313.

HSL color Cylindrical-coordinate representation of color #497585: hue angle of 196º 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 #497585 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 117 133 -
CMYK 0.45 0.12 0 0.48
HSL 196º 0.29% 0.4% -
HSV(B) 196º 0.45% 0.52% -
XYZ 13.34 15.83 24.54 -
YUV 105.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 73 117 133 0.45 0.12 0 0.48 196 0.29 0.4
Hex 49 75 85 2D C 0 30 C4 1D 28
Octal 111 165 205 55 14 0 60 304 35 50
Binary 1001001 1110101 10000101 101101 1100 0 110000 11000100 11101 101000

Color Harmonies of #497585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497585

Black with #497585

Text Example


Text Example

White with #497585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497585; }

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

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

background-color css

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

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

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

border-color css

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

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

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