#49929F

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

Shades of Hippie Blue #49929F

Tints of Hippie Blue #49929F

Color information

#49929F (or 0x49929F) is unknown color: approx Hippie Blue. HEX triplet: 49, 92 and 9F. RGB value is (73,146,159). Sum of RGB (Red+Green+Blue) = 73+146+159=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #49929F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49929F is #B66D60. Grayscale: #7D7D7D. Windows color (decimal): -11955553 or 10457673. OLE color: 10457673.

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

Color convert

RGB73146159-
CMYK0.540.0800.38
HSL189.07º37.07%45.49%-
HSV(B)189.07º54.09%62.35%-
XYZ19.2824.4836.51-
YUV125.66146.8290.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=19.31%
G=38.62%
B=42.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731461590.540.0800.38189.0737.0745.49
Hex49929F368026bd252d
Octal11122223766100462754555
Binary100100110010010100111111101101000010011010111101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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