Html Css Color HEX #497C8E Jelly Bean

📋 copy color: '#497C8E'

red 73 ◦ green 124 ◦ blue 142

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

Shades of Jelly Bean #497C8E

Tints of Jelly Bean #497C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.89%

R = 21.53%
G = 36.58%
B = 41.89%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#497C8E (or 0x497C8E) is known color: Jelly Bean. HEX triplet: 49, 7C and 8E. RGB value is (73,124,142). Sum of RGB (Red+Green+Blue) = 73+124+142=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #497C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497C8E is #B68371. Grayscale: #6E6E6E. Windows color (decimal): -11961202 or 9337929. OLE color: 9337929.

HSL color Cylindrical-coordinate representation of color #497C8E: hue angle of 195.65º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #497C8E is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 124 142 -
CMYK 0.49 0.13 0 0.44
HSL 195.65º 0.32% 0.42% -
HSV(B) 195.65º 0.49% 0.56% -
XYZ 14.84 17.78 28.24 -
YUV 110.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 73 124 142 0.49 0.13 0 0.44 195.65 0.32 0.42
Hex 49 7C 8E 31 D 0 2C C4 20 2A
Octal 111 174 216 61 15 0 54 304 40 52
Binary 1001001 1111100 10001110 110001 1101 0 101100 11000100 100000 101010

Color Harmonies of #497C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C8E

Black with #497C8E

Text Example


Text Example

White with #497C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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