#49869E

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

Shades of Hippie Blue #49869E

Tints of Hippie Blue #49869E

Color information

#49869E (or 0x49869E) is unknown color: approx Hippie Blue. HEX triplet: 49, 86 and 9E. RGB value is (73,134,158). Sum of RGB (Red+Green+Blue) = 73+134+158=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #49869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49869E is #B67961. Grayscale: #767676. Windows color (decimal): -11958626 or 10389065. OLE color: 10389065.

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

Color convert

RGB73134158-
CMYK0.540.1500.38
HSL196.94º36.8%45.29%-
HSV(B)196.94º53.8%61.96%-
XYZ17.4420.9435.47-
YUV118.5150.2995.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=20%
G=36.71%
B=43.29%

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
Decimal731341580.540.1500.38196.9436.845.29
Hex49869E36F026c5252d
Octal11120623666170463054555
Binary100100110000110100111101101101111010011011000101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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