#497E9E

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

Shades of Hippie Blue #497E9E

Tints of Hippie Blue #497E9E

Color information

#497E9E (or 0x497E9E) is unknown color: approx Hippie Blue. HEX triplet: 49, 7E and 9E. RGB value is (73,126,158). Sum of RGB (Red+Green+Blue) = 73+126+158=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #497E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E9E is #B68161. Grayscale: #717171. Windows color (decimal): -11960674 or 10387017. OLE color: 10387017.

HSL color Cylindrical-coordinate representation of color #497E9E: hue angle of 202.59º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #497E9E is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73126158-
CMYK0.540.2000.38
HSL202.59º36.8%45.29%-
HSV(B)202.59º53.8%61.96%-
XYZ16.3818.8135.11-
YUV113.8152.9498.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=20.45%
G=35.29%
B=44.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731261580.540.2000.38202.5936.845.29
Hex497E9E3614026cb252d
Octal11117623666240463134555
Binary100100111111101001111011011010100010011011001011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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