#46679B

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

Shades of Mariner #46679B

Tints of Mariner #46679B

Color information

#46679B (or 0x46679B) is unknown color: approx Mariner. HEX triplet: 46, 67 and 9B. RGB value is (70,103,155). Sum of RGB (Red+Green+Blue) = 70+103+155=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #46679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46679B is #B99864. Grayscale: #626262. Windows color (decimal): -12163173 or 10184518. OLE color: 10184518.

HSL color Cylindrical-coordinate representation of color #46679B: hue angle of 216.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46679B is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70103155-
CMYK0.550.3400.39
HSL216.71º37.78%44.12%-
HSV(B)216.71º54.84%60.78%-
XYZ13.2913.3732.89-
YUV99.06159.57107.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=21.34%
G=31.40%
B=47.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701031550.550.3400.39216.7137.7844.12
Hex46679B3722027d9262c
Octal10614723367420473314654
Binary1000110110011110011011110111100010010011111011001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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