#49889A

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

Shades of Hippie Blue #49889A

Tints of Hippie Blue #49889A

Color information

#49889A (or 0x49889A) is unknown color: approx Hippie Blue. HEX triplet: 49, 88 and 9A. RGB value is (73,136,154). Sum of RGB (Red+Green+Blue) = 73+136+154=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #49889A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49889A is #B67765. Grayscale: #777777. Windows color (decimal): -11958118 or 10127433. OLE color: 10127433.

HSL color Cylindrical-coordinate representation of color #49889A: hue angle of 193.33º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49889A is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73136154-
CMYK0.530.1200.40
HSL193.33º35.68%44.51%-
HSV(B)193.33º52.6%60.39%-
XYZ17.3821.3633.78-
YUV119.21147.6395.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.11%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=20.11%
G=37.47%
B=42.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731361540.530.1200.40193.3335.6844.51
Hex49889A35C028c1242d
Octal11121023265140503014455
Binary100100110001000100110101101011100010100011000001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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