Html Css Color HEX #49929C Hippie Blue

📋 copy color: '#49929C'

red 73 ◦ green 146 ◦ blue 156

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

Shades of Hippie Blue #49929C

Tints of Hippie Blue #49929C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

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

R = 19.47%
G = 38.93%
B = 41.6%

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

#49929C (or 0x49929C) is known color: Hippie Blue. HEX triplet: 49, 92 and 9C. RGB value is (73,146,156). Sum of RGB (Red+Green+Blue) = 73+146+156=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #49929C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49929C is #B66D63. Grayscale: #7D7D7D. Windows color (decimal): -11955556 or 10261065. OLE color: 10261065.

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

Color convert

RGB 73 146 156 -
CMYK 0.53 0.06 0 0.39
HSL 187.23º 0.36% 0.45% -
HSV(B) 187.23º 0.53% 0.61% -
XYZ 19.03 24.37 35.15 -
YUV 125.31 145.32 90.69 -
System Red Green Blue C M Y K H S L
Decimal 73 146 156 0.53 0.06 0 0.39 187.23 0.36 0.45
Hex 49 92 9C 35 6 0 27 BB 24 2D
Octal 111 222 234 65 6 0 47 273 44 55
Binary 1001001 10010010 10011100 110101 110 0 100111 10111011 100100 101101

Color Harmonies of #49929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49929C

Black with #49929C

Text Example


Text Example

White with #49929C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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