#446592

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

Shades of Mariner #446592

Tints of Mariner #446592

Color information

#446592 (or 0x446592) is unknown color: approx Mariner. HEX triplet: 44, 65 and 92. RGB value is (68,101,146). Sum of RGB (Red+Green+Blue) = 68+101+146=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #446592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446592 is #BB9A6D. Grayscale: #606060. Windows color (decimal): -12294766 or 9594180. OLE color: 9594180.

HSL color Cylindrical-coordinate representation of color #446592: hue angle of 214.62º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446592 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB68101146-
CMYK0.530.3100.43
HSL214.62º36.45%41.96%-
HSV(B)214.62º53.42%57.25%-
XYZ12.2312.6128.98-
YUV96.26156.07107.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=21.59%
G=32.06%
B=46.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681011460.530.3100.43214.6236.4541.96
Hex446592351F02Bd7242a
Octal10414522265370533274452
Binary100010011001011001001011010111111010101111010111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446592; }

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

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

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

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

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

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

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

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