#46689E

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

Shades of Mariner #46689E

Tints of Mariner #46689E

Color information

#46689E (or 0x46689E) is unknown color: approx Mariner. HEX triplet: 46, 68 and 9E. RGB value is (70,104,158). Sum of RGB (Red+Green+Blue) = 70+104+158=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #46689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46689E is #B99761. Grayscale: #636363. Windows color (decimal): -12162914 or 10381382. OLE color: 10381382.

HSL color Cylindrical-coordinate representation of color #46689E: hue angle of 216.82º 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 #46689E is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70104158-
CMYK0.560.3400.38
HSL216.82º38.6%44.71%-
HSV(B)216.82º55.7%61.96%-
XYZ13.6513.6734.27-
YUV99.99160.74106.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=21.08%
G=31.33%
B=47.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701041580.560.3400.38216.8238.644.71
Hex46689E3822026d9272d
Octal10615023670420463314755
Binary1000110110100010011110111000100010010011011011001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46689E; }

 p { color: rgb(70,104,158); }

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

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

 a { background-color: rgb(70,104,158); }

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

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

 span { border-color: rgb(70,104,158); }

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