Html Css Color HEX #497C8A Jelly Bean

📋 copy color: '#497C8A'

red 73 ◦ green 124 ◦ blue 138

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

Shades of Jelly Bean #497C8A

Tints of Jelly Bean #497C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.01%

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 21.79%
G = 37.01%
B = 41.19%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#497C8A (or 0x497C8A) is known color: Jelly Bean. HEX triplet: 49, 7C and 8A. RGB value is (73,124,138). Sum of RGB (Red+Green+Blue) = 73+124+138=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #497C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497C8A is #B68375. Grayscale: #6E6E6E. Windows color (decimal): -11961206 or 9075785. OLE color: 9075785.

HSL color Cylindrical-coordinate representation of color #497C8A: hue angle of 192.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #497C8A is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 124 138 -
CMYK 0.47 0.10 0 0.46
HSL 192.92º 0.31% 0.41% -
HSV(B) 192.92º 0.47% 0.54% -
XYZ 14.54 17.67 26.69 -
YUV 110.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 73 124 138 0.47 0.10 0 0.46 192.92 0.31 0.41
Hex 49 7C 8A 2F A 0 2E C1 1F 29
Octal 111 174 212 57 12 0 56 301 37 51
Binary 1001001 1111100 10001010 101111 1010 0 101110 11000001 11111 101001

Color Harmonies of #497C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C8A

Black with #497C8A

Text Example


Text Example

White with #497C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497C8A; }

 p { color: rgb(73,124,138); }

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

background-color css

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

 a { background-color: rgb(73,124,138); }

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

border-color css

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

 span { border-color: rgb(73,124,138); }

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