#46639F

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

Shades of Mariner #46639F

Tints of Mariner #46639F

Color information

#46639F (or 0x46639F) is unknown color: approx Mariner. HEX triplet: 46, 63 and 9F. RGB value is (70,99,159). Sum of RGB (Red+Green+Blue) = 70+99+159=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #46639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46639F is #B99C60. Grayscale: #606060. Windows color (decimal): -12164193 or 10445638. OLE color: 10445638.

HSL color Cylindrical-coordinate representation of color #46639F: hue angle of 220.45º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46639F is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7099159-
CMYK0.560.3800.38
HSL220.45º38.86%44.9%-
HSV(B)220.45º55.97%62.35%-
XYZ13.2512.7334.56-
YUV97.17162.89108.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 159 (62.5% from 255) = 48.48%
R=21.34%
G=30.18%
B=48.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70991590.560.3800.38220.4538.8644.9
Hex46639F3826026dc272d
Octal10614323770460463344755
Binary1000110110001110011111111000100110010011011011100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46639F; }

 p { color: rgb(70,99,159); }

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

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

 a { background-color: rgb(70,99,159); }

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

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

 span { border-color: rgb(70,99,159); }

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