#446594

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

Shades of Mariner #446594

Tints of Mariner #446594

Color information

#446594 (or 0x446594) is unknown color: approx Mariner. HEX triplet: 44, 65 and 94. RGB value is (68,101,148). Sum of RGB (Red+Green+Blue) = 68+101+148=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #446594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446594 is #BB9A6B. Grayscale: #606060. Windows color (decimal): -12294764 or 9725252. OLE color: 9725252.

HSL color Cylindrical-coordinate representation of color #446594: hue angle of 215.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #446594 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB68101148-
CMYK0.540.3200.42
HSL215.25º37.04%42.35%-
HSV(B)215.25º54.05%58.04%-
XYZ12.3812.6729.81-
YUV96.49157.07107.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=21.45%
G=31.86%
B=46.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681011480.540.3200.42215.2537.0442.35
Hex446594362002Ad7252a
Octal10414522466400523274552
Binary1000100110010110010100110110100000010101011010111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446594; }

 p { color: rgb(68,101,148); }

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

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

 a { background-color: rgb(68,101,148); }

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

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

 span { border-color: rgb(68,101,148); }

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