#44699F

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

Shades of Mariner #44699F

Tints of Mariner #44699F

Color information

#44699F (or 0x44699F) is unknown color: approx Mariner. HEX triplet: 44, 69 and 9F. RGB value is (68,105,159). Sum of RGB (Red+Green+Blue) = 68+105+159=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #44699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44699F is #BB9660. Grayscale: #636363. Windows color (decimal): -12293729 or 10447172. OLE color: 10447172.

HSL color Cylindrical-coordinate representation of color #44699F: hue angle of 215.6º 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 #44699F is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68105159-
CMYK0.570.3400.38
HSL215.6º40.09%44.51%-
HSV(B)215.6º57.23%62.35%-
XYZ13.6913.8434.75-
YUV100.09161.24105.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=20.48%
G=31.63%
B=47.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681051590.570.3400.38215.640.0944.51
Hex44699F3922026d8282d
Octal10415123771420463305055
Binary1000100110100110011111111001100010010011011011000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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