#46629B

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

Shades of Mariner #46629B

Tints of Mariner #46629B

Color information

#46629B (or 0x46629B) is unknown color: approx Mariner. HEX triplet: 46, 62 and 9B. RGB value is (70,98,155). Sum of RGB (Red+Green+Blue) = 70+98+155=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #46629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46629B is #B99D64. Grayscale: #5F5F5F. Windows color (decimal): -12164453 or 10183238. OLE color: 10183238.

HSL color Cylindrical-coordinate representation of color #46629B: hue angle of 220.24º 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 #46629B is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7098155-
CMYK0.550.3700.39
HSL220.24º37.78%44.12%-
HSV(B)220.24º54.84%60.78%-
XYZ12.8112.432.73-
YUV96.13161.22109.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=21.67%
G=30.34%
B=47.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70981550.550.3700.39220.2437.7844.12
Hex46629B3725027dc262c
Octal10614223367450473344654
Binary1000110110001010011011110111100101010011111011100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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