#49869F

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

Shades of Hippie Blue #49869F

Tints of Hippie Blue #49869F

Color information

#49869F (or 0x49869F) is unknown color: approx Hippie Blue. HEX triplet: 49, 86 and 9F. RGB value is (73,134,159). Sum of RGB (Red+Green+Blue) = 73+134+159=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #49869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49869F is #B67960. Grayscale: #767676. Windows color (decimal): -11958625 or 10454601. OLE color: 10454601.

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

Color convert

RGB73134159-
CMYK0.540.1600.38
HSL197.44º37.07%45.49%-
HSV(B)197.44º54.09%62.35%-
XYZ17.5320.9735.92-
YUV118.61150.7995.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=19.95%
G=36.61%
B=43.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731341590.540.1600.38197.4437.0745.49
Hex49869F3610026c5252d
Octal11120623766200463054555
Binary1001001100001101001111111011010000010011011000101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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