Html Css Color HEX #49929E Hippie Blue

📋 copy color: '#49929E'

red 73 ◦ green 146 ◦ blue 158

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

Shades of Hippie Blue #49929E

Tints of Hippie Blue #49929E

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 value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49929E (or 0x49929E) is known color: 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

RGB 73 146 158 -
CMYK 0.54 0.08 0 0.38
HSL 188.47º 0.37% 0.45% -
HSV(B) 188.47º 0.54% 0.62% -
XYZ 19.2 24.44 36.05 -
YUV 125.54 146.32 90.52 -
System Red Green Blue C M Y K H S L
Decimal 73 146 158 0.54 0.08 0 0.38 188.47 0.37 0.45
Hex 49 92 9E 36 8 0 26 BC 25 2D
Octal 111 222 236 66 10 0 46 274 45 55
Binary 1001001 10010010 10011110 110110 1000 0 100110 10111100 100101 101101

Color Harmonies of #49929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49929E

Black with #49929E

Text Example


Text Example

White with #49929E

Text Example


Text Example

HTML Codes & Css Web 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>