#44899C

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

Shades of Hippie Blue #44899C

Tints of Hippie Blue #44899C

Color information

#44899C (or 0x44899C) is unknown color: approx Hippie Blue. HEX triplet: 44, 89 and 9C. RGB value is (68,137,156). Sum of RGB (Red+Green+Blue) = 68+137+156=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #44899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44899C is #BB7663. Grayscale: #767676. Windows color (decimal): -12285540 or 10258756. OLE color: 10258756.

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

Color convert

RGB68137156-
CMYK0.560.1200.39
HSL192.95º39.29%43.92%-
HSV(B)192.95º56.41%61.18%-
XYZ17.3321.5234.69-
YUV118.54149.1491.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.84%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=18.84%
G=37.95%
B=43.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681371560.560.1200.39192.9539.2943.92
Hex44899C38C027c1272c
Octal10421123470140473014754
Binary100010010001001100111001110001100010011111000001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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