#446295

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

Shades of Mariner #446295

Tints of Mariner #446295

Color information

#446295 (or 0x446295) is unknown color: approx Mariner. HEX triplet: 44, 62 and 95. RGB value is (68,98,149). Sum of RGB (Red+Green+Blue) = 68+98+149=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #446295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446295 is #BB9D6A. Grayscale: #5E5E5E. Windows color (decimal): -12295531 or 9790020. OLE color: 9790020.

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

Color convert

RGB6898149-
CMYK0.540.3400.42
HSL217.78º37.33%42.55%-
HSV(B)217.78º54.36%58.43%-
XYZ12.1812.1330.13-
YUV94.84158.56108.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=21.59%
G=31.11%
B=47.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68981490.540.3400.42217.7837.3342.55
Hex446295362202Ada252b
Octal10414222566420523324553
Binary1000100110001010010101110110100010010101011011010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446295; }

 p { color: rgb(68,98,149); }

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

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

 a { background-color: rgb(68,98,149); }

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

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

 span { border-color: rgb(68,98,149); }

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