Html Css Color HEX #49919F Hippie Blue

📋 copy color: '#49919F'

red 73 ◦ green 145 ◦ blue 159

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

Shades of Hippie Blue #49919F

Tints of Hippie Blue #49919F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 19.36%
G = 38.46%
B = 42.18%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49919F (or 0x49919F) is known color: Hippie Blue. HEX triplet: 49, 91 and 9F. RGB value is (73,145,159). Sum of RGB (Red+Green+Blue) = 73+145+159=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #49919F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49919F is #B66E60. Grayscale: #7C7C7C. Windows color (decimal): -11955809 or 10457417. OLE color: 10457417.

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

Color convert

RGB 73 145 159 -
CMYK 0.54 0.09 0 0.38
HSL 189.77º 0.37% 0.45% -
HSV(B) 189.77º 0.54% 0.62% -
XYZ 19.13 24.17 36.46 -
YUV 125.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 73 145 159 0.54 0.09 0 0.38 189.77 0.37 0.45
Hex 49 91 9F 36 9 0 26 BE 25 2D
Octal 111 221 237 66 11 0 46 276 45 55
Binary 1001001 10010001 10011111 110110 1001 0 100110 10111110 100101 101101

Color Harmonies of #49919F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49919F

Black with #49919F

Text Example


Text Example

White with #49919F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49919F;
 }
 .AnyTagClassName
 {
   color: #49919F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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