Html Css Color HEX #44849F Hippie Blue

📋 copy color: '#44849F'

red 68 ◦ green 132 ◦ blue 159

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

Shades of Hippie Blue #44849F

Tints of Hippie Blue #44849F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.29%

R = 18.94%
G = 36.77%
B = 44.29%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44849F (or 0x44849F) is known color: Hippie Blue. HEX triplet: 44, 84 and 9F. RGB value is (68,132,159). Sum of RGB (Red+Green+Blue) = 68+132+159=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #44849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44849F is #BB7B60. Grayscale: #737373. Windows color (decimal): -12286817 or 10454084. OLE color: 10454084.

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

Color convert

RGB 68 132 159 -
CMYK 0.57 0.17 0 0.38
HSL 197.8º 0.4% 0.45% -
HSV(B) 197.8º 0.57% 0.62% -
XYZ 16.89 20.23 35.82 -
YUV 115.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 68 132 159 0.57 0.17 0 0.38 197.8 0.4 0.45
Hex 44 84 9F 39 11 0 26 C6 28 2D
Octal 104 204 237 71 21 0 46 306 50 55
Binary 1000100 10000100 10011111 111001 10001 0 100110 11000110 101000 101101

Color Harmonies of #44849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44849F

Black with #44849F

Text Example


Text Example

White with #44849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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