#44919B

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

Shades of Hippie Blue #44919B

Tints of Hippie Blue #44919B

Color information

#44919B (or 0x44919B) is unknown color: approx Hippie Blue. HEX triplet: 44, 91 and 9B. RGB value is (68,145,155). Sum of RGB (Red+Green+Blue) = 68+145+155=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #44919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44919B is #BB6E64. Grayscale: #7A7A7A. Windows color (decimal): -12283493 or 10195268. OLE color: 10195268.

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

Color convert

RGB68145155-
CMYK0.560.0600.39
HSL186.9º39.01%43.73%-
HSV(B)186.9º56.13%60.78%-
XYZ18.4323.8534.64-
YUV123.12145.9988.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.48%
GREEN value IS 145 (57.03% from 255) = 39.40%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=18.48%
G=39.40%
B=42.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681451550.560.0600.39186.939.0143.73
Hex44919B386027bb272c
Octal1042212337060472734754
Binary10001001001000110011011111000110010011110111011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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