#49879F

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

Shades of Hippie Blue #49879F

Tints of Hippie Blue #49879F

Color information

#49879F (or 0x49879F) is unknown color: approx Hippie Blue. HEX triplet: 49, 87 and 9F. RGB value is (73,135,159). Sum of RGB (Red+Green+Blue) = 73+135+159=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #49879F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49879F is #B67860. Grayscale: #777777. Windows color (decimal): -11958369 or 10454857. OLE color: 10454857.

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

Color convert

RGB73135159-
CMYK0.540.1500.38
HSL196.74º37.07%45.49%-
HSV(B)196.74º54.09%62.35%-
XYZ17.6721.2535.97-
YUV119.2150.4695.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.89%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=19.89%
G=36.78%
B=43.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731351590.540.1500.38196.7437.0745.49
Hex49879F36F026c5252d
Octal11120723766170463054555
Binary100100110000111100111111101101111010011011000101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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