Html Css Color HEX #497F9F Hippie Blue

📋 copy color: '#497F9F'

red 73 ◦ green 127 ◦ blue 159

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

Shades of Hippie Blue #497F9F

Tints of Hippie Blue #497F9F

RGB

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

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

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

R = 20.33%
G = 35.38%
B = 44.29%

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

#497F9F (or 0x497F9F) is known color: Hippie Blue. HEX triplet: 49, 7F and 9F. RGB value is (73,127,159). Sum of RGB (Red+Green+Blue) = 73+127+159=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #497F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497F9F is #B68060. Grayscale: #727272. Windows color (decimal): -11960417 or 10452809. OLE color: 10452809.

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

Color convert

RGB 73 127 159 -
CMYK 0.54 0.20 0 0.38
HSL 202.33º 0.37% 0.45% -
HSV(B) 202.33º 0.54% 0.62% -
XYZ 16.6 19.1 35.61 -
YUV 114.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 73 127 159 0.54 0.20 0 0.38 202.33 0.37 0.45
Hex 49 7F 9F 36 14 0 26 CA 25 2D
Octal 111 177 237 66 24 0 46 312 45 55
Binary 1001001 1111111 10011111 110110 10100 0 100110 11001010 100101 101101

Color Harmonies of #497F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F9F

Black with #497F9F

Text Example


Text Example

White with #497F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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