Html Css Color HEX #49939C Hippie Blue

📋 copy color: '#49939C'

red 73 ◦ green 147 ◦ blue 156

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

Shades of Hippie Blue #49939C

Tints of Hippie Blue #49939C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

 BLUE value IS 156 (61.33% from 255) = 41.49%

R = 19.41%
G = 39.1%
B = 41.49%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49939C (or 0x49939C) is known color: Hippie Blue. HEX triplet: 49, 93 and 9C. RGB value is (73,147,156). Sum of RGB (Red+Green+Blue) = 73+147+156=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #49939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49939C is #B66C63. Grayscale: #7D7D7D. Windows color (decimal): -11955300 or 10261321. OLE color: 10261321.

HSL color Cylindrical-coordinate representation of color #49939C: hue angle of 186.51º 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 #49939C is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 147 156 -
CMYK 0.53 0.06 0 0.39
HSL 186.51º 0.36% 0.45% -
HSV(B) 186.51º 0.53% 0.61% -
XYZ 19.18 24.68 35.21 -
YUV 125.9 144.98 90.27 -
System Red Green Blue C M Y K H S L
Decimal 73 147 156 0.53 0.06 0 0.39 186.51 0.36 0.45
Hex 49 93 9C 35 6 0 27 BB 24 2D
Octal 111 223 234 65 6 0 47 273 44 55
Binary 1001001 10010011 10011100 110101 110 0 100111 10111011 100100 101101

Color Harmonies of #49939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49939C

Black with #49939C

Text Example


Text Example

White with #49939C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49939C; }

 p { color: rgb(73,147,156); }

 H1.HeaderClassName
 {
   color: #49939C;
 }
 .AnyTagClassName
 {
   color: #49939C;
 }
</style>

background-color css

<style>
 a { background-color: #49939C; }

 a { background-color: rgb(73,147,156); }

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

border-color css

<style>
 span { border-color: #49939C; }

 span { border-color: rgb(73,147,156); }

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