#44899A

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

Shades of Hippie Blue #44899A

Tints of Hippie Blue #44899A

Color information

#44899A (or 0x44899A) is unknown color: approx Hippie Blue. HEX triplet: 44, 89 and 9A. RGB value is (68,137,154). Sum of RGB (Red+Green+Blue) = 68+137+154=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #44899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44899A is #BB7665. Grayscale: #767676. Windows color (decimal): -12285542 or 10127684. OLE color: 10127684.

HSL color Cylindrical-coordinate representation of color #44899A: hue angle of 191.86º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44899A is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB68137154-
CMYK0.560.1100.40
HSL191.86º38.74%43.53%-
HSV(B)191.86º55.84%60.39%-
XYZ17.1621.4533.81-
YUV118.31148.1492.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.94%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 154 (60.55% from 255) = 42.90%
R=18.94%
G=38.16%
B=42.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681371540.560.1100.40191.8638.7443.53
Hex44899A38B028c0272c
Octal10421123270130503004754
Binary100010010001001100110101110001011010100011000000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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