#497E9B

Color #497E9B Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #497E9B

Tints of Hippie Blue #497E9B

Color information

#497E9B (or 0x497E9B) is unknown color: approx Hippie Blue. HEX triplet: 49, 7E and 9B. RGB value is (73,126,155). Sum of RGB (Red+Green+Blue) = 73+126+155=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #497E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E9B is #B68164. Grayscale: #717171. Windows color (decimal): -11960677 or 10190409. OLE color: 10190409.

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

Color convert

RGB73126155-
CMYK0.530.1900.39
HSL201.22º35.96%44.71%-
HSV(B)201.22º52.9%60.78%-
XYZ16.1218.733.77-
YUV113.46151.4499.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.62%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=20.62%
G=35.59%
B=43.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731261550.530.1900.39201.2235.9644.71
Hex497E9B3513027c9242d
Octal11117623365230473114455
Binary100100111111101001101111010110011010011111001001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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