#44869B

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

Shades of Hippie Blue #44869B

Tints of Hippie Blue #44869B

Color information

#44869B (or 0x44869B) is unknown color: approx Hippie Blue. HEX triplet: 44, 86 and 9B. RGB value is (68,134,155). Sum of RGB (Red+Green+Blue) = 68+134+155=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #44869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44869B is #BB7964. Grayscale: #747474. Windows color (decimal): -12286309 or 10192452. OLE color: 10192452.

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

Color convert

RGB68134155-
CMYK0.560.1400.39
HSL194.48º39.01%43.73%-
HSV(B)194.48º56.13%60.78%-
XYZ16.8320.6534.11-
YUV116.66149.6393.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=19.05%
G=37.54%
B=43.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681341550.560.1400.39194.4839.0143.73
Hex44869B38E027c2272c
Octal10420623370160473024754
Binary100010010000110100110111110001110010011111000010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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