#44869A

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

Shades of Hippie Blue #44869A

Tints of Hippie Blue #44869A

Color information

#44869A (or 0x44869A) is unknown color: approx Hippie Blue. HEX triplet: 44, 86 and 9A. RGB value is (68,134,154). Sum of RGB (Red+Green+Blue) = 68+134+154=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #44869A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44869A is #BB7965. Grayscale: #747474. Windows color (decimal): -12286310 or 10126916. OLE color: 10126916.

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

Color convert

RGB68134154-
CMYK0.560.1300.40
HSL193.95º38.74%43.53%-
HSV(B)193.95º55.84%60.39%-
XYZ16.7420.6133.67-
YUV116.55149.1393.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.10%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=19.10%
G=37.64%
B=43.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681341540.560.1300.40193.9538.7443.53
Hex44869A38D028c2272c
Octal10420623270150503024754
Binary100010010000110100110101110001101010100011000010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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