#44899B

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

Shades of Hippie Blue #44899B

Tints of Hippie Blue #44899B

Color information

#44899B (or 0x44899B) is unknown color: approx Hippie Blue. HEX triplet: 44, 89 and 9B. RGB value is (68,137,155). Sum of RGB (Red+Green+Blue) = 68+137+155=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #44899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44899B is #BB7664. Grayscale: #767676. Windows color (decimal): -12285541 or 10193220. OLE color: 10193220.

HSL color Cylindrical-coordinate representation of color #44899B: hue angle of 192.41º 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 #44899B is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68137155-
CMYK0.560.1200.39
HSL192.41º39.01%43.73%-
HSV(B)192.41º56.13%60.78%-
XYZ17.2521.4934.25-
YUV118.42148.6492.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.89%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=18.89%
G=38.06%
B=43.06%

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
Decimal681371550.560.1200.39192.4139.0143.73
Hex44899B38C027c0272c
Octal10421123370140473004754
Binary100010010001001100110111110001100010011111000000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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