Html Css Color HEX #49849E Hippie Blue

📋 copy color: '#49849E'

red 73 ◦ green 132 ◦ blue 158

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

Shades of Hippie Blue #49849E

Tints of Hippie Blue #49849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 20.11%
G = 36.36%
B = 43.53%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49849E (or 0x49849E) is known color: Hippie Blue. HEX triplet: 49, 84 and 9E. RGB value is (73,132,158). Sum of RGB (Red+Green+Blue) = 73+132+158=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #49849E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49849E is #B67B61. Grayscale: #757575. Windows color (decimal): -11959138 or 10388553. OLE color: 10388553.

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

Color convert

RGB 73 132 158 -
CMYK 0.54 0.16 0 0.38
HSL 198.35º 0.37% 0.45% -
HSV(B) 198.35º 0.54% 0.62% -
XYZ 17.17 20.39 35.38 -
YUV 117.32 150.95 96.39 -
System Red Green Blue C M Y K H S L
Decimal 73 132 158 0.54 0.16 0 0.38 198.35 0.37 0.45
Hex 49 84 9E 36 10 0 26 C6 25 2D
Octal 111 204 236 66 20 0 46 306 45 55
Binary 1001001 10000100 10011110 110110 10000 0 100110 11000110 100101 101101

Color Harmonies of #49849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49849E

Black with #49849E

Text Example


Text Example

White with #49849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49849E; }

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

 H1.HeaderClassName
 {
   color: #49849E;
 }
 .AnyTagClassName
 {
   color: #49849E;
 }
</style>

background-color css

<style>
 a { background-color: #49849E; }

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

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

border-color css

<style>
 span { border-color: #49849E; }

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

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