#446BAD

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

Shades of Mariner #446BAD

Tints of Mariner #446BAD

Color information

#446BAD (or 0x446BAD) is unknown color: approx Mariner. HEX triplet: 44, 6B and AD. RGB value is (68,107,173). Sum of RGB (Red+Green+Blue) = 68+107+173=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #446BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446BAD is #BB9452. Grayscale: #666666. Windows color (decimal): -12293203 or 11365188. OLE color: 11365188.

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

Color convert

RGB68107173-
CMYK0.610.3800.32
HSL217.71º43.57%47.25%-
HSV(B)217.71º60.69%67.84%-
XYZ15.1814.7641.58-
YUV102.86167.58103.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.54%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 173 (67.97% from 255) = 49.71%
R=19.54%
G=30.75%
B=49.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681071730.610.3800.32217.7143.5747.25
Hex446BAD3D26020da2c2f
Octal10415325575460403325457
Binary1000100110101110101101111101100110010000011011010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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