#44809F

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

Shades of Hippie Blue #44809F

Tints of Hippie Blue #44809F

Color information

#44809F (or 0x44809F) is unknown color: approx Hippie Blue. HEX triplet: 44, 80 and 9F. RGB value is (68,128,159). Sum of RGB (Red+Green+Blue) = 68+128+159=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #44809F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44809F is #BB7F60. Grayscale: #717171. Windows color (decimal): -12287841 or 10453060. OLE color: 10453060.

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

Color convert

RGB68128159-
CMYK0.570.1900.38
HSL200.44º40.09%44.51%-
HSV(B)200.44º57.23%62.35%-
XYZ16.3619.1735.64-
YUV113.59153.6295.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 159 (62.5% from 255) = 44.79%
R=19.15%
G=36.06%
B=44.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681281590.570.1900.38200.4440.0944.51
Hex44809F3913026c8282d
Octal10420023771230463105055
Binary1000100100000001001111111100110011010011011001000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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