#44689A

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

Shades of Mariner #44689A

Tints of Mariner #44689A

Color information

#44689A (or 0x44689A) is unknown color: approx Mariner. HEX triplet: 44, 68 and 9A. RGB value is (68,104,154). Sum of RGB (Red+Green+Blue) = 68+104+154=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #44689A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44689A is #BB9765. Grayscale: #626262. Windows color (decimal): -12293990 or 10119236. OLE color: 10119236.

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

Color convert

RGB68104154-
CMYK0.560.3200.40
HSL214.88º38.74%43.53%-
HSV(B)214.88º55.84%60.39%-
XYZ13.1713.4632.48-
YUV98.94159.07105.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=20.86%
G=31.90%
B=47.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681041540.560.3200.40214.8838.7443.53
Hex44689A3820028d7272c
Octal10415023270400503274754
Binary1000100110100010011010111000100000010100011010111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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