#44839F

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

Shades of Hippie Blue #44839F

Tints of Hippie Blue #44839F

Color information

#44839F (or 0x44839F) is unknown color: approx Hippie Blue. HEX triplet: 44, 83 and 9F. RGB value is (68,131,159). Sum of RGB (Red+Green+Blue) = 68+131+159=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #44839F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44839F is #BB7C60. Grayscale: #737373. Windows color (decimal): -12287073 or 10453828. OLE color: 10453828.

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

Color convert

RGB68131159-
CMYK0.570.1800.38
HSL198.46º40.09%44.51%-
HSV(B)198.46º57.23%62.35%-
XYZ16.7619.9635.77-
YUV115.35152.6394.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.99%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 159 (62.5% from 255) = 44.41%
R=18.99%
G=36.59%
B=44.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681311590.570.1800.38198.4640.0944.51
Hex44839F3912026c6282d
Octal10420323771220463065055
Binary1000100100000111001111111100110010010011011000110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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