#49929E

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

Shades of Hippie Blue #49929E

Tints of Hippie Blue #49929E

Color information

#49929E (or 0x49929E) is unknown color: approx Hippie Blue. HEX triplet: 49, 92 and 9E. RGB value is (73,146,158). Sum of RGB (Red+Green+Blue) = 73+146+158=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #49929E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49929E is #B66D61. Grayscale: #7D7D7D. Windows color (decimal): -11955554 or 10392137. OLE color: 10392137.

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

Color convert

RGB73146158-
CMYK0.540.0800.38
HSL188.47º36.8%45.29%-
HSV(B)188.47º53.8%61.96%-
XYZ19.224.4436.05-
YUV125.54146.3290.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=19.36%
G=38.73%
B=41.91%

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
Decimal731461580.540.0800.38188.4736.845.29
Hex49929E368026bc252d
Octal11122223666100462744555
Binary100100110010010100111101101101000010011010111100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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