#49939C

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

Shades of Hippie Blue #49939C

Tints of Hippie Blue #49939C

Color information

#49939C (or 0x49939C) is unknown color: approx Hippie Blue. HEX triplet: 49, 93 and 9C. RGB value is (73,147,156). Sum of RGB (Red+Green+Blue) = 73+147+156=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #49939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49939C is #B66C63. Grayscale: #7D7D7D. Windows color (decimal): -11955300 or 10261321. OLE color: 10261321.

HSL color Cylindrical-coordinate representation of color #49939C: hue angle of 186.51º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49939C is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73147156-
CMYK0.530.0600.39
HSL186.51º36.24%44.9%-
HSV(B)186.51º53.21%61.18%-
XYZ19.1824.6835.21-
YUV125.9144.9890.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.41%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=19.41%
G=39.10%
B=41.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731471560.530.0600.39186.5136.2444.9
Hex49939C356027bb242d
Octal1112232346560472734455
Binary10010011001001110011100110101110010011110111011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49939C; }

 p { color: rgb(73,147,156); }

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

<style>
 a { background-color: #49939C; }

 a { background-color: rgb(73,147,156); }

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

<style>
 span { border-color: #49939C; }

 span { border-color: rgb(73,147,156); }

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