#44849F

Color #44849F Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #44849F

Tints of Hippie Blue #44849F

Color information

#44849F (or 0x44849F) is unknown color: approx 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

RGB68132159-
CMYK0.570.1700.38
HSL197.8º40.09%44.51%-
HSV(B)197.8º57.23%62.35%-
XYZ16.8920.2335.82-
YUV115.94152.393.8-

RGB Variations

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

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 (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681321590.570.1700.38197.840.0944.51
Hex44849F3911026c6282d
Octal10420423771210463065055
Binary1000100100001001001111111100110001010011011000110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>