#44939D

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

Shades of Hippie Blue #44939D

Tints of Hippie Blue #44939D

Color information

#44939D (or 0x44939D) is unknown color: approx Hippie Blue. HEX triplet: 44, 93 and 9D. RGB value is (68,147,157). Sum of RGB (Red+Green+Blue) = 68+147+157=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #44939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44939D is #BB6C62. Grayscale: #7C7C7C. Windows color (decimal): -12282979 or 10326852. OLE color: 10326852.

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

Color convert

RGB68147157-
CMYK0.570.0600.38
HSL186.74º39.56%44.12%-
HSV(B)186.74º56.69%61.57%-
XYZ18.924.5335.64-
YUV124.52146.3387.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.28%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 157 (61.72% from 255) = 42.20%
R=18.28%
G=39.52%
B=42.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681471570.570.0600.38186.7439.5644.12
Hex44939D396026bb282c
Octal1042232357160462735054
Binary10001001001001110011101111001110010011010111011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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