#44829A

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

Shades of Hippie Blue #44829A

Tints of Hippie Blue #44829A

Color information

#44829A (or 0x44829A) is unknown color: approx Hippie Blue. HEX triplet: 44, 82 and 9A. RGB value is (68,130,154). Sum of RGB (Red+Green+Blue) = 68+130+154=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #44829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44829A is #BB7D65. Grayscale: #727272. Windows color (decimal): -12287334 or 10125892. OLE color: 10125892.

HSL color Cylindrical-coordinate representation of color #44829A: hue angle of 196.74º 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 #44829A is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB68130154-
CMYK0.560.1600.40
HSL196.74º38.74%43.53%-
HSV(B)196.74º55.84%60.39%-
XYZ16.219.5333.49-
YUV114.2150.4695.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=19.32%
G=36.93%
B=43.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681301540.560.1600.40196.7438.7443.53
Hex44829A3810028c5272c
Octal10420223270200503054754
Binary1000100100000101001101011100010000010100011000101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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