Html Css Color HEX #49819F Hippie Blue

📋 copy color: '#49819F'

red 73 ◦ green 129 ◦ blue 159

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

Shades of Hippie Blue #49819F

Tints of Hippie Blue #49819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.73%

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

R = 20.22%
G = 35.73%
B = 44.04%

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

#49819F (or 0x49819F) is known color: Hippie Blue. HEX triplet: 49, 81 and 9F. RGB value is (73,129,159). Sum of RGB (Red+Green+Blue) = 73+129+159=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #49819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49819F is #B67E60. Grayscale: #737373. Windows color (decimal): -11959905 or 10453321. OLE color: 10453321.

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

Color convert

RGB 73 129 159 -
CMYK 0.54 0.19 0 0.38
HSL 200.93º 0.37% 0.45% -
HSV(B) 200.93º 0.54% 0.62% -
XYZ 16.86 19.62 35.7 -
YUV 115.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 73 129 159 0.54 0.19 0 0.38 200.93 0.37 0.45
Hex 49 81 9F 36 13 0 26 C9 25 2D
Octal 111 201 237 66 23 0 46 311 45 55
Binary 1001001 10000001 10011111 110110 10011 0 100110 11001001 100101 101101

Color Harmonies of #49819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49819F

Black with #49819F

Text Example


Text Example

White with #49819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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