Html Css Color HEX #497B8D Jelly Bean

📋 copy color: '#497B8D'

red 73 ◦ green 123 ◦ blue 141

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

Shades of Jelly Bean #497B8D

Tints of Jelly Bean #497B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 21.66%
G = 36.5%
B = 41.84%

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

#497B8D (or 0x497B8D) is known color: Jelly Bean. HEX triplet: 49, 7B and 8D. RGB value is (73,123,141). Sum of RGB (Red+Green+Blue) = 73+123+141=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #497B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B8D is #B68472. Grayscale: #6D6D6D. Windows color (decimal): -11961459 or 9272137. OLE color: 9272137.

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

Color convert

RGB 73 123 141 -
CMYK 0.48 0.13 0 0.45
HSL 195.88º 0.32% 0.42% -
HSV(B) 195.88º 0.48% 0.55% -
XYZ 14.64 17.51 27.81 -
YUV 110.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 73 123 141 0.48 0.13 0 0.45 195.88 0.32 0.42
Hex 49 7B 8D 30 D 0 2D C4 20 2A
Octal 111 173 215 60 15 0 55 304 40 52
Binary 1001001 1111011 10001101 110000 1101 0 101101 11000100 100000 101010

Color Harmonies of #497B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B8D

Black with #497B8D

Text Example


Text Example

White with #497B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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