Html Css Color HEX #497690 Jelly Bean

📋 copy color: '#497690'

red 73 ◦ green 118 ◦ blue 144

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

Shades of Jelly Bean #497690

Tints of Jelly Bean #497690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 21.79%
G = 35.22%
B = 42.99%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#497690 (or 0x497690) is known color: Jelly Bean. HEX triplet: 49, 76 and 90. RGB value is (73,118,144). Sum of RGB (Red+Green+Blue) = 73+118+144=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #497690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497690 is #B6896F. Grayscale: #6B6B6B. Windows color (decimal): -11962736 or 9467465. OLE color: 9467465.

HSL color Cylindrical-coordinate representation of color #497690: hue angle of 201.97º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #497690 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 118 144 -
CMYK 0.49 0.18 0 0.44
HSL 201.97º 0.33% 0.43% -
HSV(B) 201.97º 0.49% 0.56% -
XYZ 14.26 16.39 28.8 -
YUV 107.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 73 118 144 0.49 0.18 0 0.44 201.97 0.33 0.43
Hex 49 76 90 31 12 0 2C CA 21 2B
Octal 111 166 220 61 22 0 54 312 41 53
Binary 1001001 1110110 10010000 110001 10010 0 101100 11001010 100001 101011

Color Harmonies of #497690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497690

Black with #497690

Text Example


Text Example

White with #497690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497690; }

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

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

background-color css

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

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

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

border-color css

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

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

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