Html Css Color HEX #497E9F Hippie Blue

📋 copy color: '#497E9F'

red 73 ◦ green 126 ◦ blue 159

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

Shades of Hippie Blue #497E9F

Tints of Hippie Blue #497E9F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.2%

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 20.39%
G = 35.2%
B = 44.41%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#497E9F (or 0x497E9F) is known color: Hippie Blue. HEX triplet: 49, 7E and 9F. RGB value is (73,126,159). Sum of RGB (Red+Green+Blue) = 73+126+159=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #497E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497E9F is #B68160. Grayscale: #717171. Windows color (decimal): -11960673 or 10452553. OLE color: 10452553.

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

Color convert

RGB 73 126 159 -
CMYK 0.54 0.21 0 0.38
HSL 203.02º 0.37% 0.45% -
HSV(B) 203.02º 0.54% 0.62% -
XYZ 16.47 18.84 35.57 -
YUV 113.92 153.44 98.82 -
System Red Green Blue C M Y K H S L
Decimal 73 126 159 0.54 0.21 0 0.38 203.02 0.37 0.45
Hex 49 7E 9F 36 15 0 26 CB 25 2D
Octal 111 176 237 66 25 0 46 313 45 55
Binary 1001001 1111110 10011111 110110 10101 0 100110 11001011 100101 101101

Color Harmonies of #497E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497E9F

Black with #497E9F

Text Example


Text Example

White with #497E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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