Html Css Color HEX #497E98 Jelly Bean

📋 copy color: '#497E98'

red 73 ◦ green 126 ◦ blue 152

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

Shades of Jelly Bean #497E98

Tints of Jelly Bean #497E98

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

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

R = 20.8%
G = 35.9%
B = 43.3%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#497E98 (or 0x497E98) is known color: Jelly Bean. HEX triplet: 49, 7E and 98. RGB value is (73,126,152). Sum of RGB (Red+Green+Blue) = 73+126+152=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #497E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E98 is #B68167. Grayscale: #707070. Windows color (decimal): -11960680 or 9993801. OLE color: 9993801.

HSL color Cylindrical-coordinate representation of color #497E98: hue angle of 199.75º 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 #497E98 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 126 152 -
CMYK 0.52 0.17 0 0.40
HSL 199.75º 0.35% 0.44% -
HSV(B) 199.75º 0.52% 0.6% -
XYZ 15.88 18.61 32.46 -
YUV 113.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 73 126 152 0.52 0.17 0 0.40 199.75 0.35 0.44
Hex 49 7E 98 34 11 0 28 C8 23 2C
Octal 111 176 230 64 21 0 50 310 43 54
Binary 1001001 1111110 10011000 110100 10001 0 101000 11001000 100011 101100

Color Harmonies of #497E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497E98

Black with #497E98

Text Example


Text Example

White with #497E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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