Html Css Color HEX #49869A Hippie Blue

📋 copy color: '#49869A'

red 73 ◦ green 134 ◦ blue 154

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

Shades of Hippie Blue #49869A

Tints of Hippie Blue #49869A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

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

R = 20.22%
G = 37.12%
B = 42.66%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49869A (or 0x49869A) is known color: Hippie Blue. HEX triplet: 49, 86 and 9A. RGB value is (73,134,154). Sum of RGB (Red+Green+Blue) = 73+134+154=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #49869A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49869A is #B67965. Grayscale: #757575. Windows color (decimal): -11958630 or 10126921. OLE color: 10126921.

HSL color Cylindrical-coordinate representation of color #49869A: hue angle of 194.81º 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 #49869A is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 134 154 -
CMYK 0.53 0.13 0 0.40
HSL 194.81º 0.36% 0.45% -
HSV(B) 194.81º 0.53% 0.6% -
XYZ 17.11 20.8 33.69 -
YUV 118.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 73 134 154 0.53 0.13 0 0.40 194.81 0.36 0.45
Hex 49 86 9A 35 D 0 28 C3 24 2D
Octal 111 206 232 65 15 0 50 303 44 55
Binary 1001001 10000110 10011010 110101 1101 0 101000 11000011 100100 101101

Color Harmonies of #49869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49869A

Black with #49869A

Text Example


Text Example

White with #49869A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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