Html Css Color HEX #497B8C Jelly Bean

📋 copy color: '#497B8C'

red 73 ◦ green 123 ◦ blue 140

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

Shades of Jelly Bean #497B8C

Tints of Jelly Bean #497B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.61%

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

R = 21.73%
G = 36.61%
B = 41.67%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#497B8C (or 0x497B8C) is known color: Jelly Bean. HEX triplet: 49, 7B and 8C. RGB value is (73,123,140). Sum of RGB (Red+Green+Blue) = 73+123+140=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #497B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B8C is #B68473. Grayscale: #6D6D6D. Windows color (decimal): -11961460 or 9206601. OLE color: 9206601.

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

Color convert

RGB 73 123 140 -
CMYK 0.48 0.12 0 0.45
HSL 195.22º 0.31% 0.42% -
HSV(B) 195.22º 0.48% 0.55% -
XYZ 14.56 17.48 27.42 -
YUV 109.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 73 123 140 0.48 0.12 0 0.45 195.22 0.31 0.42
Hex 49 7B 8C 30 C 0 2D C3 1F 2A
Octal 111 173 214 60 14 0 55 303 37 52
Binary 1001001 1111011 10001100 110000 1100 0 101101 11000011 11111 101010

Color Harmonies of #497B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B8C

Black with #497B8C

Text Example


Text Example

White with #497B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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