#46629E

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

Shades of Mariner #46629E

Tints of Mariner #46629E

Color information

#46629E (or 0x46629E) is unknown color: approx Mariner. HEX triplet: 46, 62 and 9E. RGB value is (70,98,158). Sum of RGB (Red+Green+Blue) = 70+98+158=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #46629E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46629E is #B99D61. Grayscale: #606060. Windows color (decimal): -12164450 or 10379846. OLE color: 10379846.

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

Color convert

RGB7098158-
CMYK0.560.3800.38
HSL220.91º38.6%44.71%-
HSV(B)220.91º55.7%61.96%-
XYZ13.0712.5134.07-
YUV96.47162.72109.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=21.47%
G=30.06%
B=48.47%

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
Decimal70981580.560.3800.38220.9138.644.71
Hex46629E3826026dd272d
Octal10614223670460463354755
Binary1000110110001010011110111000100110010011011011101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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