#49809F

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

Shades of Hippie Blue #49809F

Tints of Hippie Blue #49809F

Color information

#49809F (or 0x49809F) is unknown color: approx Hippie Blue. HEX triplet: 49, 80 and 9F. RGB value is (73,128,159). Sum of RGB (Red+Green+Blue) = 73+128+159=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #49809F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49809F is #B67F60. Grayscale: #727272. Windows color (decimal): -11960161 or 10453065. OLE color: 10453065.

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

Color convert

RGB73128159-
CMYK0.540.1900.38
HSL201.63º37.07%45.49%-
HSV(B)201.63º54.09%62.35%-
XYZ16.7219.3635.66-
YUV115.09152.7897.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=20.28%
G=35.56%
B=44.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731281590.540.1900.38201.6337.0745.49
Hex49809F3613026ca252d
Octal11120023766230463124555
Binary1001001100000001001111111011010011010011011001010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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