#446B9F

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

Shades of Mariner #446B9F

Tints of Mariner #446B9F

Color information

#446B9F (or 0x446B9F) is unknown color: approx Mariner. HEX triplet: 44, 6B and 9F. RGB value is (68,107,159). Sum of RGB (Red+Green+Blue) = 68+107+159=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #446B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446B9F is #BB9460. Grayscale: #656565. Windows color (decimal): -12293217 or 10447684. OLE color: 10447684.

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

Color convert

RGB68107159-
CMYK0.570.3300.38
HSL214.29º40.09%44.51%-
HSV(B)214.29º57.23%62.35%-
XYZ13.914.2534.82-
YUV101.27160.58104.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=20.36%
G=32.04%
B=47.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681071590.570.3300.38214.2940.0944.51
Hex446B9F3921026d6282d
Octal10415323771410463265055
Binary1000100110101110011111111001100001010011011010110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446B9F; }

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

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

<style>
 a { background-color: #446B9F; }

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

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

<style>
 span { border-color: #446B9F; }

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

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