#446A9D

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

Shades of Mariner #446A9D

Tints of Mariner #446A9D

Color information

#446A9D (or 0x446A9D) is unknown color: approx Mariner. HEX triplet: 44, 6A and 9D. RGB value is (68,106,157). Sum of RGB (Red+Green+Blue) = 68+106+157=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #446A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446A9D is #BB9562. Grayscale: #646464. Windows color (decimal): -12293475 or 10316356. OLE color: 10316356.

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

Color convert

RGB68106157-
CMYK0.570.3200.38
HSL214.38º39.56%44.12%-
HSV(B)214.38º56.69%61.57%-
XYZ13.6213.9733.88-
YUV100.45159.91104.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=20.54%
G=32.02%
B=47.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681061570.570.3200.38214.3839.5644.12
Hex446A9D3920026d6282c
Octal10415223571400463265054
Binary1000100110101010011101111001100000010011011010110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,106,157); }

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

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

 a { background-color: rgb(68,106,157); }

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

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

 span { border-color: rgb(68,106,157); }

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