#44899E

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

Shades of Hippie Blue #44899E

Tints of Hippie Blue #44899E

Color information

#44899E (or 0x44899E) is unknown color: approx Hippie Blue. HEX triplet: 44, 89 and 9E. RGB value is (68,137,158). Sum of RGB (Red+Green+Blue) = 68+137+158=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #44899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44899E is #BB7661. Grayscale: #767676. Windows color (decimal): -12285538 or 10389828. OLE color: 10389828.

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

Color convert

RGB68137158-
CMYK0.570.1300.38
HSL194º39.82%44.31%-
HSV(B)194º56.96%61.96%-
XYZ17.521.5935.59-
YUV118.76150.1491.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.73%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=18.73%
G=37.74%
B=43.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681371580.570.1300.3819439.8244.31
Hex44899E39D026c2282c
Octal10421123671150463025054
Binary100010010001001100111101110011101010011011000010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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