Html Css Color HEX #497988 Jelly Bean

📋 copy color: '#497988'

red 73 ◦ green 121 ◦ blue 136

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

Shades of Jelly Bean #497988

Tints of Jelly Bean #497988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.21%

R = 22.12%
G = 36.67%
B = 41.21%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#497988 (or 0x497988) is known color: Jelly Bean. HEX triplet: 49, 79 and 88. RGB value is (73,121,136). Sum of RGB (Red+Green+Blue) = 73+121+136=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #497988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497988 is #B68677. Grayscale: #6C6C6C. Windows color (decimal): -11961976 or 8943945. OLE color: 8943945.

HSL color Cylindrical-coordinate representation of color #497988: hue angle of 194.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497988 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 121 136 -
CMYK 0.46 0.11 0 0.47
HSL 194.29º 0.3% 0.41% -
HSV(B) 194.29º 0.46% 0.53% -
XYZ 14.03 16.87 25.81 -
YUV 108.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 73 121 136 0.46 0.11 0 0.47 194.29 0.3 0.41
Hex 49 79 88 2E B 0 2F C2 1E 29
Octal 111 171 210 56 13 0 57 302 36 51
Binary 1001001 1111001 10001000 101110 1011 0 101111 11000010 11110 101001

Color Harmonies of #497988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497988

Black with #497988

Text Example


Text Example

White with #497988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497988; }

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

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

background-color css

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

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

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

border-color css

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

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

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