Html Css Color HEX #497390 Jelly Bean

📋 copy color: '#497390'

red 73 ◦ green 115 ◦ blue 144

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

Shades of Jelly Bean #497390

Tints of Jelly Bean #497390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.64%

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

R = 21.99%
G = 34.64%
B = 43.37%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#497390 (or 0x497390) is known color: Jelly Bean. HEX triplet: 49, 73 and 90. RGB value is (73,115,144). Sum of RGB (Red+Green+Blue) = 73+115+144=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #497390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497390 is #B68C6F. Grayscale: #696969. Windows color (decimal): -11963504 or 9466697. OLE color: 9466697.

HSL color Cylindrical-coordinate representation of color #497390: hue angle of 204.51º 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 #497390 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 115 144 -
CMYK 0.49 0.20 0 0.44
HSL 204.51º 0.33% 0.43% -
HSV(B) 204.51º 0.49% 0.56% -
XYZ 13.91 15.69 28.68 -
YUV 105.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 73 115 144 0.49 0.20 0 0.44 204.51 0.33 0.43
Hex 49 73 90 31 14 0 2C CD 21 2B
Octal 111 163 220 61 24 0 54 315 41 53
Binary 1001001 1110011 10010000 110001 10100 0 101100 11001101 100001 101011

Color Harmonies of #497390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497390

Black with #497390

Text Example


Text Example

White with #497390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497390; }

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

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

background-color css

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

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

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

border-color css

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

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

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