Html Css Color HEX #497998 Jelly Bean

📋 copy color: '#497998'

red 73 ◦ green 121 ◦ blue 152

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

Shades of Jelly Bean #497998

Tints of Jelly Bean #497998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

 BLUE value IS 152 (59.77% from 255) = 43.93%

R = 21.1%
G = 34.97%
B = 43.93%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#497998 (or 0x497998) is known color: Jelly Bean. HEX triplet: 49, 79 and 98. RGB value is (73,121,152). Sum of RGB (Red+Green+Blue) = 73+121+152=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #497998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497998 is #B68667. Grayscale: #6E6E6E. Windows color (decimal): -11961960 or 9992521. OLE color: 9992521.

HSL color Cylindrical-coordinate representation of color #497998: hue angle of 203.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #497998 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 121 152 -
CMYK 0.52 0.20 0 0.40
HSL 203.54º 0.35% 0.44% -
HSV(B) 203.54º 0.52% 0.6% -
XYZ 15.25 17.36 32.25 -
YUV 110.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 73 121 152 0.52 0.20 0 0.40 203.54 0.35 0.44
Hex 49 79 98 34 14 0 28 CC 23 2C
Octal 111 171 230 64 24 0 50 314 43 54
Binary 1001001 1111001 10011000 110100 10100 0 101000 11001100 100011 101100

Color Harmonies of #497998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497998

Black with #497998

Text Example


Text Example

White with #497998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497998; }

 p { color: rgb(73,121,152); }

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

background-color css

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

 a { background-color: rgb(73,121,152); }

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

border-color css

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

 span { border-color: rgb(73,121,152); }

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