#497698

Color #497698 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #497698

Tints of Jelly Bean #497698

Color information

#497698 (or 0x497698) is unknown color: approx Jelly Bean. HEX triplet: 49, 76 and 98. RGB value is (73,118,152). Sum of RGB (Red+Green+Blue) = 73+118+152=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #497698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497698 is #B68967. Grayscale: #6C6C6C. Windows color (decimal): -11962728 or 9991753. OLE color: 9991753.

HSL color Cylindrical-coordinate representation of color #497698: hue angle of 205.82º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #497698 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73118152-
CMYK0.520.2200.40
HSL205.82º35.11%44.12%-
HSV(B)205.82º51.97%59.61%-
XYZ14.8916.6432.13-
YUV108.42152.59102.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 152 (59.77% from 255) = 44.31%
R=21.28%
G=34.40%
B=44.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731181520.520.2200.40205.8235.1144.12
Hex4976983416028ce232c
Octal11116623064260503164354
Binary100100111101101001100011010010110010100011001110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497698; }

 p { color: rgb(73,118,152); }

 H1.HeaderClassName
 {
   color: #497698;
 }
 .AnyTagClassName
 {
   color: #497698;
 }
</style>
background-color css

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

 a { background-color: rgb(73,118,152); }

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

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

 span { border-color: rgb(73,118,152); }

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