#446BA0

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

Shades of Mariner #446BA0

Tints of Mariner #446BA0

Color information

#446BA0 (or 0x446BA0) is unknown color: approx Mariner. HEX triplet: 44, 6B and A0. RGB value is (68,107,160). Sum of RGB (Red+Green+Blue) = 68+107+160=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #446BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446BA0 is #BB945F. Grayscale: #656565. Windows color (decimal): -12293216 or 10513220. OLE color: 10513220.

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

Color convert

RGB68107160-
CMYK0.570.3300.37
HSL214.57º40.35%44.71%-
HSV(B)214.57º57.5%62.75%-
XYZ13.9914.2835.28-
YUV101.38161.08104.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 160 (62.89% from 255) = 47.76%
R=20.30%
G=31.94%
B=47.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681071600.570.3300.37214.5740.3544.71
Hex446BA03921025d7282d
Octal10415324071410453275055
Binary1000100110101110100000111001100001010010111010111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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