Html Css Color HEX #497693 Jelly Bean

📋 copy color: '#497693'

red 73 ◦ green 118 ◦ blue 147

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

Shades of Jelly Bean #497693

Tints of Jelly Bean #497693

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.91%

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 21.6%
G = 34.91%
B = 43.49%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497693 (or 0x497693) is known color: Jelly Bean. HEX triplet: 49, 76 and 93. RGB value is (73,118,147). Sum of RGB (Red+Green+Blue) = 73+118+147=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #497693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497693 is #B6896C. Grayscale: #6B6B6B. Windows color (decimal): -11962733 or 9664073. OLE color: 9664073.

HSL color Cylindrical-coordinate representation of color #497693: hue angle of 203.51º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #497693 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 118 147 -
CMYK 0.50 0.20 0 0.42
HSL 203.51º 0.34% 0.43% -
HSV(B) 203.51º 0.5% 0.58% -
XYZ 14.49 16.48 30.02 -
YUV 107.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 73 118 147 0.50 0.20 0 0.42 203.51 0.34 0.43
Hex 49 76 93 32 14 0 2A CC 22 2B
Octal 111 166 223 62 24 0 52 314 42 53
Binary 1001001 1110110 10010011 110010 10100 0 101010 11001100 100010 101011

Color Harmonies of #497693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497693

Black with #497693

Text Example


Text Example

White with #497693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497693; }

 p { color: rgb(73,118,147); }

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

background-color css

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

 a { background-color: rgb(73,118,147); }

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

border-color css

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

 span { border-color: rgb(73,118,147); }

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