Html Css Color HEX #497994 Jelly Bean

📋 copy color: '#497994'

red 73 ◦ green 121 ◦ blue 148

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

Shades of Jelly Bean #497994

Tints of Jelly Bean #497994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.27%

R = 21.35%
G = 35.38%
B = 43.27%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497994 (or 0x497994) is known color: Jelly Bean. HEX triplet: 49, 79 and 94. RGB value is (73,121,148). Sum of RGB (Red+Green+Blue) = 73+121+148=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #497994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497994 is #B6866B. Grayscale: #6D6D6D. Windows color (decimal): -11961964 or 9730377. OLE color: 9730377.

HSL color Cylindrical-coordinate representation of color #497994: hue angle of 201.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497994 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 121 148 -
CMYK 0.51 0.18 0 0.42
HSL 201.6º 0.34% 0.43% -
HSV(B) 201.6º 0.51% 0.58% -
XYZ 14.93 17.23 30.56 -
YUV 109.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 73 121 148 0.51 0.18 0 0.42 201.6 0.34 0.43
Hex 49 79 94 33 12 0 2A CA 22 2B
Octal 111 171 224 63 22 0 52 312 42 53
Binary 1001001 1111001 10010100 110011 10010 0 101010 11001010 100010 101011

Color Harmonies of #497994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497994

Black with #497994

Text Example


Text Example

White with #497994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497994; }

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

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

background-color css

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

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

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

border-color css

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

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

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