Html Css Color HEX #497A9B Jelly Bean

📋 copy color: '#497A9B'

red 73 ◦ green 122 ◦ blue 155

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

Shades of Jelly Bean #497A9B

Tints of Jelly Bean #497A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 20.86%
G = 34.86%
B = 44.29%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#497A9B (or 0x497A9B) is known color: Jelly Bean. HEX triplet: 49, 7A and 9B. RGB value is (73,122,155). Sum of RGB (Red+Green+Blue) = 73+122+155=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #497A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A9B is #B68564. Grayscale: #6E6E6E. Windows color (decimal): -11961701 or 10189385. OLE color: 10189385.

HSL color Cylindrical-coordinate representation of color #497A9B: hue angle of 204.15º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #497A9B is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 122 155 -
CMYK 0.53 0.21 0 0.39
HSL 204.15º 0.36% 0.45% -
HSV(B) 204.15º 0.53% 0.61% -
XYZ 15.62 17.7 33.6 -
YUV 111.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 73 122 155 0.53 0.21 0 0.39 204.15 0.36 0.45
Hex 49 7A 9B 35 15 0 27 CC 24 2D
Octal 111 172 233 65 25 0 47 314 44 55
Binary 1001001 1111010 10011011 110101 10101 0 100111 11001100 100100 101101

Color Harmonies of #497A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A9B

Black with #497A9B

Text Example


Text Example

White with #497A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,122,155); }

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

background-color css

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

 a { background-color: rgb(73,122,155); }

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

border-color css

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

 span { border-color: rgb(73,122,155); }

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