#49819A

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

Shades of Hippie Blue #49819A

Tints of Hippie Blue #49819A

Color information

#49819A (or 0x49819A) is unknown color: approx Hippie Blue. HEX triplet: 49, 81 and 9A. RGB value is (73,129,154). Sum of RGB (Red+Green+Blue) = 73+129+154=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #49819A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49819A is #B67E65. Grayscale: #727272. Windows color (decimal): -11959910 or 10125641. OLE color: 10125641.

HSL color Cylindrical-coordinate representation of color #49819A: hue angle of 198.52º 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 #49819A is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73129154-
CMYK0.530.1600.40
HSL198.52º35.68%44.51%-
HSV(B)198.52º52.6%60.39%-
XYZ16.4319.4533.46-
YUV115.11149.9597.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=20.51%
G=36.24%
B=43.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731291540.530.1600.40198.5235.6844.51
Hex49819A3510028c7242d
Octal11120123265200503074455
Binary1001001100000011001101011010110000010100011000111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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