Html Css Color HEX #497B94 Jelly Bean

📋 copy color: '#497B94'

red 73 ◦ green 123 ◦ blue 148

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

Shades of Jelly Bean #497B94

Tints of Jelly Bean #497B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.02%

R = 21.22%
G = 35.76%
B = 43.02%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497B94 (or 0x497B94) is known color: Jelly Bean. HEX triplet: 49, 7B and 94. RGB value is (73,123,148). Sum of RGB (Red+Green+Blue) = 73+123+148=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #497B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497B94 is #B6846B. Grayscale: #6E6E6E. Windows color (decimal): -11961452 or 9730889. OLE color: 9730889.

HSL color Cylindrical-coordinate representation of color #497B94: hue angle of 200º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497B94 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 123 148 -
CMYK 0.51 0.17 0 0.42
HSL 200º 0.34% 0.43% -
HSV(B) 200º 0.51% 0.58% -
XYZ 15.18 17.72 30.64 -
YUV 110.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 73 123 148 0.51 0.17 0 0.42 200 0.34 0.43
Hex 49 7B 94 33 11 0 2A C8 22 2B
Octal 111 173 224 63 21 0 52 310 42 53
Binary 1001001 1111011 10010100 110011 10001 0 101010 11001000 100010 101011

Color Harmonies of #497B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B94

Black with #497B94

Text Example


Text Example

White with #497B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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