#49809A

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

Shades of Hippie Blue #49809A

Tints of Hippie Blue #49809A

Color information

#49809A (or 0x49809A) is unknown color: approx Hippie Blue. HEX triplet: 49, 80 and 9A. RGB value is (73,128,154). Sum of RGB (Red+Green+Blue) = 73+128+154=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #49809A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49809A is #B67F65. Grayscale: #727272. Windows color (decimal): -11960166 or 10125385. OLE color: 10125385.

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

Color convert

RGB73128154-
CMYK0.530.1700.40
HSL199.26º35.68%44.51%-
HSV(B)199.26º52.6%60.39%-
XYZ16.319.1933.42-
YUV114.52150.2898.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=20.56%
G=36.06%
B=43.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731281540.530.1700.40199.2635.6844.51
Hex49809A3511028c7242d
Octal11120023265210503074455
Binary1001001100000001001101011010110001010100011000111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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