Html Css Color HEX #497A9C Jelly Bean

📋 copy color: '#497A9C'

red 73 ◦ green 122 ◦ blue 156

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

Shades of Jelly Bean #497A9C

Tints of Jelly Bean #497A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 20.8%
G = 34.76%
B = 44.44%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#497A9C (or 0x497A9C) is known color: Jelly Bean. HEX triplet: 49, 7A and 9C. RGB value is (73,122,156). Sum of RGB (Red+Green+Blue) = 73+122+156=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #497A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497A9C is #B68563. Grayscale: #6F6F6F. Windows color (decimal): -11961700 or 10254921. OLE color: 10254921.

HSL color Cylindrical-coordinate representation of color #497A9C: hue angle of 204.58º 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 #497A9C is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 122 156 -
CMYK 0.53 0.22 0 0.39
HSL 204.58º 0.36% 0.45% -
HSV(B) 204.58º 0.53% 0.61% -
XYZ 15.71 17.74 34.05 -
YUV 111.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 73 122 156 0.53 0.22 0 0.39 204.58 0.36 0.45
Hex 49 7A 9C 35 16 0 27 CD 24 2D
Octal 111 172 234 65 26 0 47 315 44 55
Binary 1001001 1111010 10011100 110101 10110 0 100111 11001101 100100 101101

Color Harmonies of #497A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A9C

Black with #497A9C

Text Example


Text Example

White with #497A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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