#49889e

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

Shades of Hippie Blue #49889E

Tints of Hippie Blue #49889E

Color information

#49889E (or 0x49889E) is unknown color: approx Hippie Blue. HEX triplet: 49, 88 and 9E. RGB value is (73,136,158). Sum of RGB (Red+Green+Blue) = 73+136+158=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #49889E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49889E is #B67761. Grayscale: #777777. Windows color (decimal): -11958114 or 10389577. OLE color: 10389577.

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

Color convert

RGB73136158-
CMYK0.540.1400.38
HSL195.53º36.8%45.29%-
HSV(B)195.53º53.8%61.96%-
XYZ17.7221.4935.56-
YUV119.67149.6394.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=19.89%
G=37.06%
B=43.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731361580.540.1400.38195.5336.845.29
Hex49889E36E026c4252d
Octal11121023666160463044555
Binary100100110001000100111101101101110010011011000100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49889e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49889e; }

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

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

<style>
 a { background-color: #49889e; }

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

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

<style>
 span { border-color: #49889e; }

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

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