Html Css Color HEX #49919A Hippie Blue

📋 copy color: '#49919A'

red 73 ◦ green 145 ◦ blue 154

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

Shades of Hippie Blue #49919A

Tints of Hippie Blue #49919A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 19.62%
G = 38.98%
B = 41.4%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49919A (or 0x49919A) is known color: Hippie Blue. HEX triplet: 49, 91 and 9A. RGB value is (73,145,154). Sum of RGB (Red+Green+Blue) = 73+145+154=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #49919A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49919A is #B66E65. Grayscale: #7C7C7C. Windows color (decimal): -11955814 or 10129737. OLE color: 10129737.

HSL color Cylindrical-coordinate representation of color #49919A: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49919A is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 145 154 -
CMYK 0.53 0.06 0 0.40
HSL 186.67º 0.36% 0.45% -
HSV(B) 186.67º 0.53% 0.6% -
XYZ 18.71 24 34.22 -
YUV 124.5 144.65 91.27 -
System Red Green Blue C M Y K H S L
Decimal 73 145 154 0.53 0.06 0 0.40 186.67 0.36 0.45
Hex 49 91 9A 35 6 0 28 BB 24 2D
Octal 111 221 232 65 6 0 50 273 44 55
Binary 1001001 10010001 10011010 110101 110 0 101000 10111011 100100 101101

Color Harmonies of #49919A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49919A

Black with #49919A

Text Example


Text Example

White with #49919A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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