#44939F

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

Shades of Hippie Blue #44939F

Tints of Hippie Blue #44939F

Color information

#44939F (or 0x44939F) is unknown color: approx Hippie Blue. HEX triplet: 44, 93 and 9F. RGB value is (68,147,159). Sum of RGB (Red+Green+Blue) = 68+147+159=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #44939F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44939F is #BB6C60. Grayscale: #7C7C7C. Windows color (decimal): -12282977 or 10457924. OLE color: 10457924.

HSL color Cylindrical-coordinate representation of color #44939F: hue angle of 187.91º 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 #44939F is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68147159-
CMYK0.570.0800.38
HSL187.91º40.09%44.51%-
HSV(B)187.91º57.23%62.35%-
XYZ19.0824.636.54-
YUV124.75147.3387.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.18%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=18.18%
G=39.30%
B=42.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681471590.570.0800.38187.9140.0944.51
Hex44939F398026bc282d
Octal10422323771100462745055
Binary100010010010011100111111110011000010011010111100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44939F;
 }
 .AnyTagClassName
 {
   color: #44939F;
 }
</style>
background-color css

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

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

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

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

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

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