#46679F

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

Shades of Mariner #46679F

Tints of Mariner #46679F

Color information

#46679F (or 0x46679F) is unknown color: approx Mariner. HEX triplet: 46, 67 and 9F. RGB value is (70,103,159). Sum of RGB (Red+Green+Blue) = 70+103+159=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #46679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46679F is #B99860. Grayscale: #636363. Windows color (decimal): -12163169 or 10446662. OLE color: 10446662.

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

Color convert

RGB70103159-
CMYK0.560.3500.38
HSL217.75º38.86%44.9%-
HSV(B)217.75º55.97%62.35%-
XYZ13.6313.5134.69-
YUV99.52161.57106.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=21.08%
G=31.02%
B=47.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701031590.560.3500.38217.7538.8644.9
Hex46679F3823026da272d
Octal10614723770430463324755
Binary1000110110011110011111111000100011010011011011010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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