Html Css Color HEX #497C8C Jelly Bean

📋 copy color: '#497C8C'

red 73 ◦ green 124 ◦ blue 140

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

Shades of Jelly Bean #497C8C

Tints of Jelly Bean #497C8C

RGB

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

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

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

R = 21.66%
G = 36.8%
B = 41.54%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#497C8C (or 0x497C8C) is known color: Jelly Bean. HEX triplet: 49, 7C and 8C. RGB value is (73,124,140). Sum of RGB (Red+Green+Blue) = 73+124+140=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #497C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497C8C is #B68373. Grayscale: #6E6E6E. Windows color (decimal): -11961204 or 9206857. OLE color: 9206857.

HSL color Cylindrical-coordinate representation of color #497C8C: hue angle of 194.33º 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 #497C8C is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 124 140 -
CMYK 0.48 0.11 0 0.45
HSL 194.33º 0.31% 0.42% -
HSV(B) 194.33º 0.48% 0.55% -
XYZ 14.69 17.73 27.46 -
YUV 110.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 73 124 140 0.48 0.11 0 0.45 194.33 0.31 0.42
Hex 49 7C 8C 30 B 0 2D C2 1F 2A
Octal 111 174 214 60 13 0 55 302 37 52
Binary 1001001 1111100 10001100 110000 1011 0 101101 11000010 11111 101010

Color Harmonies of #497C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C8C

Black with #497C8C

Text Example


Text Example

White with #497C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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