Html Css Color HEX #497594 Jelly Bean

📋 copy color: '#497594'

red 73 ◦ green 117 ◦ blue 148

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

Shades of Jelly Bean #497594

Tints of Jelly Bean #497594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

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

R = 21.6%
G = 34.62%
B = 43.79%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#497594 (or 0x497594) is known color: Jelly Bean. HEX triplet: 49, 75 and 94. RGB value is (73,117,148). Sum of RGB (Red+Green+Blue) = 73+117+148=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #497594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497594 is #B68A6B. Grayscale: #6B6B6B. Windows color (decimal): -11962988 or 9729353. OLE color: 9729353.

HSL color Cylindrical-coordinate representation of color #497594: hue angle of 204.8º 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 #497594 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 117 148 -
CMYK 0.51 0.21 0 0.42
HSL 204.8º 0.34% 0.43% -
HSV(B) 204.8º 0.51% 0.58% -
XYZ 14.45 16.28 30.4 -
YUV 107.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 73 117 148 0.51 0.21 0 0.42 204.8 0.34 0.43
Hex 49 75 94 33 15 0 2A CD 22 2B
Octal 111 165 224 63 25 0 52 315 42 53
Binary 1001001 1110101 10010100 110011 10101 0 101010 11001101 100010 101011

Color Harmonies of #497594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497594

Black with #497594

Text Example


Text Example

White with #497594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497594; }

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

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

background-color css

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

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

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

border-color css

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

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

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