Html Css Color HEX #497D9E Hippie Blue

📋 copy color: '#497D9E'

red 73 ◦ green 125 ◦ blue 158

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

Shades of Hippie Blue #497D9E

Tints of Hippie Blue #497D9E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

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

R = 20.51%
G = 35.11%
B = 44.38%

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

#497D9E (or 0x497D9E) is known color: Hippie Blue. HEX triplet: 49, 7D and 9E. RGB value is (73,125,158). Sum of RGB (Red+Green+Blue) = 73+125+158=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #497D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497D9E is #B68261. Grayscale: #717171. Windows color (decimal): -11960930 or 10386761. OLE color: 10386761.

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

Color convert

RGB 73 125 158 -
CMYK 0.54 0.21 0 0.38
HSL 203.29º 0.37% 0.45% -
HSV(B) 203.29º 0.54% 0.62% -
XYZ 16.25 18.55 35.07 -
YUV 113.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 73 125 158 0.54 0.21 0 0.38 203.29 0.37 0.45
Hex 49 7D 9E 36 15 0 26 CB 25 2D
Octal 111 175 236 66 25 0 46 313 45 55
Binary 1001001 1111101 10011110 110110 10101 0 100110 11001011 100101 101101

Color Harmonies of #497D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D9E

Black with #497D9E

Text Example


Text Example

White with #497D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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