#49849F

Color #49849F Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #49849F

Tints of Hippie Blue #49849F

Color information

#49849F (or 0x49849F) is unknown color: approx Hippie Blue. HEX triplet: 49, 84 and 9F. RGB value is (73,132,159). Sum of RGB (Red+Green+Blue) = 73+132+159=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #49849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49849F is #B67B60. Grayscale: #757575. Windows color (decimal): -11959137 or 10454089. OLE color: 10454089.

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

Color convert

RGB73132159-
CMYK0.540.1700.38
HSL198.84º37.07%45.49%-
HSV(B)198.84º54.09%62.35%-
XYZ17.2620.4235.83-
YUV117.44151.4596.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=20.05%
G=36.26%
B=43.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731321590.540.1700.38198.8437.0745.49
Hex49849F3611026c7252d
Octal11120423766210463074555
Binary1001001100001001001111111011010001010011011000111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49849F;
 }
 .AnyTagClassName
 {
   color: #49849F;
 }
</style>
background-color css

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

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

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

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

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

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