#46609D

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

Shades of Mariner #46609D

Tints of Mariner #46609D

Color information

#46609D (or 0x46609D) is unknown color: approx Mariner. HEX triplet: 46, 60 and 9D. RGB value is (70,96,157). Sum of RGB (Red+Green+Blue) = 70+96+157=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #46609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46609D is #B99F62. Grayscale: #5E5E5E. Windows color (decimal): -12164963 or 10313798. OLE color: 10313798.

HSL color Cylindrical-coordinate representation of color #46609D: hue angle of 222.07º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46609D is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7096157-
CMYK0.550.3900.38
HSL222.07º38.33%44.51%-
HSV(B)222.07º55.41%61.57%-
XYZ12.7912.133.56-
YUV95.18162.89110.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=21.67%
G=29.72%
B=48.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70961570.550.3900.38222.0738.3344.51
Hex46609D3727026de262d
Octal10614023567470463364655
Binary1000110110000010011101110111100111010011011011110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46609D; }

 p { color: rgb(70,96,157); }

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

<style>
 a { background-color: #46609D; }

 a { background-color: rgb(70,96,157); }

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

<style>
 span { border-color: #46609D; }

 span { border-color: rgb(70,96,157); }

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