#446BAE

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

Shades of Mariner #446BAE

Tints of Mariner #446BAE

Color information

#446BAE (or 0x446BAE) is unknown color: approx Mariner. HEX triplet: 44, 6B and AE. RGB value is (68,107,174). Sum of RGB (Red+Green+Blue) = 68+107+174=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #446BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446BAE is #BB9451. Grayscale: #666666. Windows color (decimal): -12293202 or 11430724. OLE color: 11430724.

HSL color Cylindrical-coordinate representation of color #446BAE: hue angle of 217.92º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #446BAE is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68107174-
CMYK0.610.3900.32
HSL217.92º43.8%47.45%-
HSV(B)217.92º60.92%68.24%-
XYZ15.2814.842.1-
YUV102.98168.08103.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.48%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=19.48%
G=30.66%
B=49.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681071740.610.3900.32217.9243.847.45
Hex446BAE3D27020da2c2f
Octal10415325675470403325457
Binary1000100110101110101110111101100111010000011011010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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