#44839E

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

Shades of Hippie Blue #44839E

Tints of Hippie Blue #44839E

Color information

#44839E (or 0x44839E) is unknown color: approx Hippie Blue. HEX triplet: 44, 83 and 9E. RGB value is (68,131,158). Sum of RGB (Red+Green+Blue) = 68+131+158=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #44839E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44839E is #BB7C61. Grayscale: #737373. Windows color (decimal): -12287074 or 10388292. OLE color: 10388292.

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

Color convert

RGB68131158-
CMYK0.570.1700.38
HSL198º39.82%44.31%-
HSV(B)198º56.96%61.96%-
XYZ16.6719.9335.32-
YUV115.24152.1394.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=19.05%
G=36.69%
B=44.26%

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
Decimal681311580.570.1700.3819839.8244.31
Hex44839E3911026c6282c
Octal10420323671210463065054
Binary1000100100000111001111011100110001010011011000110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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