#49879D

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

Shades of Hippie Blue #49879D

Tints of Hippie Blue #49879D

Color information

#49879D (or 0x49879D) is unknown color: approx Hippie Blue. HEX triplet: 49, 87 and 9D. RGB value is (73,135,157). Sum of RGB (Red+Green+Blue) = 73+135+157=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #49879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49879D is #B67862. Grayscale: #767676. Windows color (decimal): -11958371 or 10323785. OLE color: 10323785.

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

Color convert

RGB73135157-
CMYK0.540.1400.38
HSL195.71º36.52%45.1%-
HSV(B)195.71º53.5%61.57%-
XYZ17.521.1835.06-
YUV118.97149.4695.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=20%
G=36.99%
B=43.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731351570.540.1400.38195.7136.5245.1
Hex49879D36E026c4252d
Octal11120723566160463044555
Binary100100110000111100111011101101110010011011000100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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