Html Css Color HEX #497D9D Hippie Blue

📋 copy color: '#497D9D'

red 73 ◦ green 125 ◦ blue 157

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

Shades of Hippie Blue #497D9D

Tints of Hippie Blue #497D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.23%

R = 20.56%
G = 35.21%
B = 44.23%

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

#497D9D (or 0x497D9D) is known color: Hippie Blue. HEX triplet: 49, 7D and 9D. RGB value is (73,125,157). Sum of RGB (Red+Green+Blue) = 73+125+157=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #497D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497D9D is #B68262. Grayscale: #707070. Windows color (decimal): -11960931 or 10321225. OLE color: 10321225.

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

Color convert

RGB 73 125 157 -
CMYK 0.54 0.20 0 0.38
HSL 202.86º 0.37% 0.45% -
HSV(B) 202.86º 0.54% 0.62% -
XYZ 16.17 18.52 34.62 -
YUV 113.1 152.77 99.4 -
System Red Green Blue C M Y K H S L
Decimal 73 125 157 0.54 0.20 0 0.38 202.86 0.37 0.45
Hex 49 7D 9D 36 14 0 26 CB 25 2D
Octal 111 175 235 66 24 0 46 313 45 55
Binary 1001001 1111101 10011101 110110 10100 0 100110 11001011 100101 101101

Color Harmonies of #497D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D9D

Black with #497D9D

Text Example


Text Example

White with #497D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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