#44679F

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

Shades of Mariner #44679F

Tints of Mariner #44679F

Color information

#44679F (or 0x44679F) is unknown color: approx Mariner. HEX triplet: 44, 67 and 9F. RGB value is (68,103,159). Sum of RGB (Red+Green+Blue) = 68+103+159=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #44679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44679F is #BB9860. Grayscale: #626262. Windows color (decimal): -12294241 or 10446660. OLE color: 10446660.

HSL color Cylindrical-coordinate representation of color #44679F: hue angle of 216.92º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44679F is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68103159-
CMYK0.570.3500.38
HSL216.92º40.09%44.51%-
HSV(B)216.92º57.23%62.35%-
XYZ13.4913.4334.68-
YUV98.92161.9105.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.61%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=20.61%
G=31.21%
B=48.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681031590.570.3500.38216.9240.0944.51
Hex44679F3923026d9282d
Octal10414723771430463315055
Binary1000100110011110011111111001100011010011011011001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44679F; }

 p { color: rgb(68,103,159); }

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

<style>
 a { background-color: #44679F; }

 a { background-color: rgb(68,103,159); }

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

<style>
 span { border-color: #44679F; }

 span { border-color: rgb(68,103,159); }

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