Html Css Color HEX #49819C Hippie Blue

📋 copy color: '#49819C'

red 73 ◦ green 129 ◦ blue 156

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

Shades of Hippie Blue #49819C

Tints of Hippie Blue #49819C

RGB

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

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

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

R = 20.39%
G = 36.03%
B = 43.58%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49819C (or 0x49819C) is known color: Hippie Blue. HEX triplet: 49, 81 and 9C. RGB value is (73,129,156). Sum of RGB (Red+Green+Blue) = 73+129+156=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #49819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49819C is #B67E63. Grayscale: #737373. Windows color (decimal): -11959908 or 10256713. OLE color: 10256713.

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

Color convert

RGB 73 129 156 -
CMYK 0.53 0.17 0 0.39
HSL 199.52º 0.36% 0.45% -
HSV(B) 199.52º 0.53% 0.61% -
XYZ 16.6 19.52 34.34 -
YUV 115.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 73 129 156 0.53 0.17 0 0.39 199.52 0.36 0.45
Hex 49 81 9C 35 11 0 27 C8 24 2D
Octal 111 201 234 65 21 0 47 310 44 55
Binary 1001001 10000001 10011100 110101 10001 0 100111 11001000 100100 101101

Color Harmonies of #49819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49819C

Black with #49819C

Text Example


Text Example

White with #49819C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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