#446694

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

Shades of Mariner #446694

Tints of Mariner #446694

Color information

#446694 (or 0x446694) is unknown color: approx Mariner. HEX triplet: 44, 66 and 94. RGB value is (68,102,148). Sum of RGB (Red+Green+Blue) = 68+102+148=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #446694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446694 is #BB996B. Grayscale: #606060. Windows color (decimal): -12294508 or 9725508. OLE color: 9725508.

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

Color convert

RGB68102148-
CMYK0.540.3100.42
HSL214.5º37.04%42.35%-
HSV(B)214.5º54.05%58.04%-
XYZ12.4812.8729.84-
YUV97.08156.74107.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=21.38%
G=32.08%
B=46.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681021480.540.3100.42214.537.0442.35
Hex446694361F02Ad6252a
Octal10414622466370523264552
Binary100010011001101001010011011011111010101011010110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446694; }

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

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

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

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

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

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

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

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