Html Css Color HEX #497F9E Hippie Blue

📋 copy color: '#497F9E'

red 73 ◦ green 127 ◦ blue 158

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

Shades of Hippie Blue #497F9E

Tints of Hippie Blue #497F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 35.47%

 BLUE value IS 158 (62.11% from 255) = 44.13%

R = 20.39%
G = 35.47%
B = 44.13%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#497F9E (or 0x497F9E) is known color: Hippie Blue. HEX triplet: 49, 7F and 9E. RGB value is (73,127,158). Sum of RGB (Red+Green+Blue) = 73+127+158=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #497F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497F9E is #B68061. Grayscale: #727272. Windows color (decimal): -11960418 or 10387273. OLE color: 10387273.

HSL color Cylindrical-coordinate representation of color #497F9E: hue angle of 201.88º 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 #497F9E is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 127 158 -
CMYK 0.54 0.20 0 0.38
HSL 201.88º 0.37% 0.45% -
HSV(B) 201.88º 0.54% 0.62% -
XYZ 16.51 19.06 35.16 -
YUV 114.39 152.61 98.48 -
System Red Green Blue C M Y K H S L
Decimal 73 127 158 0.54 0.20 0 0.38 201.88 0.37 0.45
Hex 49 7F 9E 36 14 0 26 CA 25 2D
Octal 111 177 236 66 24 0 46 312 45 55
Binary 1001001 1111111 10011110 110110 10100 0 100110 11001010 100101 101101

Color Harmonies of #497F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F9E

Black with #497F9E

Text Example


Text Example

White with #497F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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