#49839D

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

Shades of Hippie Blue #49839D

Tints of Hippie Blue #49839D

Color information

#49839D (or 0x49839D) is unknown color: approx Hippie Blue. HEX triplet: 49, 83 and 9D. RGB value is (73,131,157). Sum of RGB (Red+Green+Blue) = 73+131+157=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #49839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49839D is #B67C62. Grayscale: #747474. Windows color (decimal): -11959395 or 10322761. OLE color: 10322761.

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

Color convert

RGB73131157-
CMYK0.540.1700.38
HSL198.57º36.52%45.1%-
HSV(B)198.57º53.5%61.57%-
XYZ16.9520.0834.88-
YUV116.62150.7896.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=20.22%
G=36.29%
B=43.49%

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
Decimal731311570.540.1700.38198.5736.5245.1
Hex49839D3611026c7252d
Octal11120323566210463074555
Binary1001001100000111001110111011010001010011011000111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49839D; }

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

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

<style>
 a { background-color: #49839D; }

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

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

<style>
 span { border-color: #49839D; }

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

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