Html Css Color HEX #49809E Hippie Blue

📋 copy color: '#49809E'

red 73 ◦ green 128 ◦ blue 158

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

Shades of Hippie Blue #49809E

Tints of Hippie Blue #49809E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.65%

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

R = 20.33%
G = 35.65%
B = 44.01%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49809E (or 0x49809E) is known color: Hippie Blue. HEX triplet: 49, 80 and 9E. RGB value is (73,128,158). Sum of RGB (Red+Green+Blue) = 73+128+158=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #49809E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49809E is #B67F61. Grayscale: #727272. Windows color (decimal): -11960162 or 10387529. OLE color: 10387529.

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

Color convert

RGB 73 128 158 -
CMYK 0.54 0.19 0 0.38
HSL 201.18º 0.37% 0.45% -
HSV(B) 201.18º 0.54% 0.62% -
XYZ 16.64 19.32 35.2 -
YUV 114.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 73 128 158 0.54 0.19 0 0.38 201.18 0.37 0.45
Hex 49 80 9E 36 13 0 26 C9 25 2D
Octal 111 200 236 66 23 0 46 311 45 55
Binary 1001001 10000000 10011110 110110 10011 0 100110 11001001 100101 101101

Color Harmonies of #49809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49809E

Black with #49809E

Text Example


Text Example

White with #49809E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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