#446094

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

Shades of Mariner #446094

Tints of Mariner #446094

Color information

#446094 (or 0x446094) is unknown color: approx Mariner. HEX triplet: 44, 60 and 94. RGB value is (68,96,148). Sum of RGB (Red+Green+Blue) = 68+96+148=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #446094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446094 is #BB9F6B. Grayscale: #5D5D5D. Windows color (decimal): -12296044 or 9723972. OLE color: 9723972.

HSL color Cylindrical-coordinate representation of color #446094: hue angle of 219º 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 #446094 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6896148-
CMYK0.540.3500.42
HSL219º37.04%42.35%-
HSV(B)219º54.05%58.04%-
XYZ11.9111.7329.65-
YUV93.56158.72109.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=21.79%
G=30.77%
B=47.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68961480.540.3500.4221937.0442.35
Hex446094362302Adb252a
Octal10414022466430523334552
Binary1000100110000010010100110110100011010101011011011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446094; }

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

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

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

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

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

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

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

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