Html Css Color HEX #44849E Hippie Blue

📋 copy color: '#44849E'

red 68 ◦ green 132 ◦ blue 158

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

Shades of Hippie Blue #44849E

Tints of Hippie Blue #44849E

RGB

 RED value IS 68 (26.95% from 255) = 18.99%

 GREEN value IS 132 (51.95% from 255) = 36.87%

 BLUE value IS 158 (62.11% from 255) = 44.13%

R = 18.99%
G = 36.87%
B = 44.13%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44849E (or 0x44849E) is known color: Hippie Blue. HEX triplet: 44, 84 and 9E. RGB value is (68,132,158). Sum of RGB (Red+Green+Blue) = 68+132+158=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #44849E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44849E is #BB7B61. Grayscale: #737373. Windows color (decimal): -12286818 or 10388548. OLE color: 10388548.

HSL color Cylindrical-coordinate representation of color #44849E: hue angle of 197.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44849E is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 132 158 -
CMYK 0.57 0.16 0 0.38
HSL 197.33º 0.4% 0.44% -
HSV(B) 197.33º 0.57% 0.62% -
XYZ 16.81 20.2 35.36 -
YUV 115.83 151.8 93.89 -
System Red Green Blue C M Y K H S L
Decimal 68 132 158 0.57 0.16 0 0.38 197.33 0.4 0.44
Hex 44 84 9E 39 10 0 26 C5 28 2C
Octal 104 204 236 71 20 0 46 305 50 54
Binary 1000100 10000100 10011110 111001 10000 0 100110 11000101 101000 101100

Color Harmonies of #44849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44849E

Black with #44849E

Text Example


Text Example

White with #44849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44849E; }

 p { color: rgb(68,132,158); }

 H1.HeaderClassName
 {
   color: #44849E;
 }
 .AnyTagClassName
 {
   color: #44849E;
 }
</style>

background-color css

<style>
 a { background-color: #44849E; }

 a { background-color: rgb(68,132,158); }

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

border-color css

<style>
 span { border-color: #44849E; }

 span { border-color: rgb(68,132,158); }

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