Html Css Color HEX #497A8E Jelly Bean

📋 copy color: '#497A8E'

red 73 ◦ green 122 ◦ blue 142

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

Shades of Jelly Bean #497A8E

Tints of Jelly Bean #497A8E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

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

R = 21.66%
G = 36.2%
B = 42.14%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#497A8E (or 0x497A8E) is known color: Jelly Bean. HEX triplet: 49, 7A and 8E. RGB value is (73,122,142). Sum of RGB (Red+Green+Blue) = 73+122+142=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #497A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A8E is #B68571. Grayscale: #6D6D6D. Windows color (decimal): -11961714 or 9337417. OLE color: 9337417.

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

Color convert

RGB 73 122 142 -
CMYK 0.49 0.14 0 0.44
HSL 197.39º 0.32% 0.42% -
HSV(B) 197.39º 0.49% 0.56% -
XYZ 14.59 17.29 28.16 -
YUV 109.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 73 122 142 0.49 0.14 0 0.44 197.39 0.32 0.42
Hex 49 7A 8E 31 E 0 2C C5 20 2A
Octal 111 172 216 61 16 0 54 305 40 52
Binary 1001001 1111010 10001110 110001 1110 0 101100 11000101 100000 101010

Color Harmonies of #497A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A8E

Black with #497A8E

Text Example


Text Example

White with #497A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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