Html Css Color HEX #49839B Hippie Blue

📋 copy color: '#49839B'

red 73 ◦ green 131 ◦ blue 155

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

Shades of Hippie Blue #49839B

Tints of Hippie Blue #49839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

 BLUE value IS 155 (60.94% from 255) = 43.18%

R = 20.33%
G = 36.49%
B = 43.18%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49839B (or 0x49839B) is known color: Hippie Blue. HEX triplet: 49, 83 and 9B. RGB value is (73,131,155). Sum of RGB (Red+Green+Blue) = 73+131+155=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #49839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49839B is #B67C64. Grayscale: #747474. Windows color (decimal): -11959397 or 10191689. OLE color: 10191689.

HSL color Cylindrical-coordinate representation of color #49839B: hue angle of 197.56º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49839B is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 131 155 -
CMYK 0.53 0.15 0 0.39
HSL 197.56º 0.36% 0.45% -
HSV(B) 197.56º 0.53% 0.61% -
XYZ 16.78 20.02 33.99 -
YUV 116.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 73 131 155 0.53 0.15 0 0.39 197.56 0.36 0.45
Hex 49 83 9B 35 F 0 27 C6 24 2D
Octal 111 203 233 65 17 0 47 306 44 55
Binary 1001001 10000011 10011011 110101 1111 0 100111 11000110 100100 101101

Color Harmonies of #49839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49839B

Black with #49839B

Text Example


Text Example

White with #49839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49839B; }

 p { color: rgb(73,131,155); }

 H1.HeaderClassName
 {
   color: #49839B;
 }
 .AnyTagClassName
 {
   color: #49839B;
 }
</style>

background-color css

<style>
 a { background-color: #49839B; }

 a { background-color: rgb(73,131,155); }

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

border-color css

<style>
 span { border-color: #49839B; }

 span { border-color: rgb(73,131,155); }

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