Html Css Color HEX #49949E Hippie Blue

📋 copy color: '#49949E'

red 73 ◦ green 148 ◦ blue 158

#49949E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #49949E

Tints of Hippie Blue #49949E

RGB

 RED value IS 73 (28.91% from 255) = 19.26%

 GREEN value IS 148 (58.2% from 255) = 39.05%

 BLUE value IS 158 (62.11% from 255) = 41.69%

R = 19.26%
G = 39.05%
B = 41.69%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49949E (or 0x49949E) is known color: Hippie Blue. HEX triplet: 49, 94 and 9E. RGB value is (73,148,158). Sum of RGB (Red+Green+Blue) = 73+148+158=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #49949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49949E is #B66B61. Grayscale: #7E7E7E. Windows color (decimal): -11955042 or 10392649. OLE color: 10392649.

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

Color convert

RGB 73 148 158 -
CMYK 0.54 0.06 0 0.38
HSL 187.06º 0.37% 0.45% -
HSV(B) 187.06º 0.54% 0.62% -
XYZ 19.51 25.06 36.16 -
YUV 126.72 145.65 89.69 -
System Red Green Blue C M Y K H S L
Decimal 73 148 158 0.54 0.06 0 0.38 187.06 0.37 0.45
Hex 49 94 9E 36 6 0 26 BB 25 2D
Octal 111 224 236 66 6 0 46 273 45 55
Binary 1001001 10010100 10011110 110110 110 0 100110 10111011 100101 101101

Color Harmonies of #49949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49949E

Black with #49949E

Text Example


Text Example

White with #49949E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49949E;
 }
 .AnyTagClassName
 {
   color: #49949E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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