#446A9E

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

Shades of Mariner #446A9E

Tints of Mariner #446A9E

Color information

#446A9E (or 0x446A9E) is unknown color: approx Mariner. HEX triplet: 44, 6A and 9E. RGB value is (68,106,158). Sum of RGB (Red+Green+Blue) = 68+106+158=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #446A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446A9E is #BB9561. Grayscale: #646464. Windows color (decimal): -12293474 or 10381892. OLE color: 10381892.

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

Color convert

RGB68106158-
CMYK0.570.3300.38
HSL214.67º39.82%44.31%-
HSV(B)214.67º56.96%61.96%-
XYZ13.7114.0134.33-
YUV100.57160.41104.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=20.48%
G=31.93%
B=47.59%

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
Decimal681061580.570.3300.38214.6739.8244.31
Hex446A9E3921026d7282c
Octal10415223671410463275054
Binary1000100110101010011110111001100001010011011010111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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