#446BA1

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

Shades of Mariner #446BA1

Tints of Mariner #446BA1

Color information

#446BA1 (or 0x446BA1) is unknown color: approx Mariner. HEX triplet: 44, 6B and A1. RGB value is (68,107,161). Sum of RGB (Red+Green+Blue) = 68+107+161=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 161 - color contains mainly: blue. Hex color #446BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446BA1 is #BB945E. Grayscale: #656565. Windows color (decimal): -12293215 or 10578756. OLE color: 10578756.

HSL color Cylindrical-coordinate representation of color #446BA1: hue angle of 214.84º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #446BA1 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB68107161-
CMYK0.580.3400.37
HSL214.84º40.61%44.9%-
HSV(B)214.84º57.76%63.14%-
XYZ14.0714.3235.74-
YUV101.49161.58104.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.24%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 161 (63.28% from 255) = 47.92%
R=20.24%
G=31.85%
B=47.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681071610.580.3400.37214.8440.6144.9
Hex446BA13A22025d7292d
Octal10415324172420453275155
Binary1000100110101110100001111010100010010010111010111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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