Html Css Color HEX #497A8C Jelly Bean

📋 copy color: '#497A8C'

red 73 ◦ green 122 ◦ blue 140

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

Shades of Jelly Bean #497A8C

Tints of Jelly Bean #497A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 21.79%
G = 36.42%
B = 41.79%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#497A8C (or 0x497A8C) is known color: Jelly Bean. HEX triplet: 49, 7A and 8C. RGB value is (73,122,140). Sum of RGB (Red+Green+Blue) = 73+122+140=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #497A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A8C is #B68573. Grayscale: #6D6D6D. Windows color (decimal): -11961716 or 9206345. OLE color: 9206345.

HSL color Cylindrical-coordinate representation of color #497A8C: hue angle of 196.12º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #497A8C is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 122 140 -
CMYK 0.48 0.13 0 0.45
HSL 196.12º 0.31% 0.42% -
HSV(B) 196.12º 0.48% 0.55% -
XYZ 14.44 17.23 27.38 -
YUV 109.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 73 122 140 0.48 0.13 0 0.45 196.12 0.31 0.42
Hex 49 7A 8C 30 D 0 2D C4 1F 2A
Octal 111 172 214 60 15 0 55 304 37 52
Binary 1001001 1111010 10001100 110000 1101 0 101101 11000100 11111 101010

Color Harmonies of #497A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A8C

Black with #497A8C

Text Example


Text Example

White with #497A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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