#46659C

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

Shades of Mariner #46659C

Tints of Mariner #46659C

Color information

#46659C (or 0x46659C) is unknown color: approx Mariner. HEX triplet: 46, 65 and 9C. RGB value is (70,101,156). Sum of RGB (Red+Green+Blue) = 70+101+156=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #46659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46659C is #B99A63. Grayscale: #616161. Windows color (decimal): -12163684 or 10249542. OLE color: 10249542.

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

Color convert

RGB70101156-
CMYK0.550.3500.39
HSL218.37º38.05%44.31%-
HSV(B)218.37º55.13%61.18%-
XYZ13.1813.0133.27-
YUV98160.73108.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=21.41%
G=30.89%
B=47.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701011560.550.3500.39218.3738.0544.31
Hex46659C3723027da262c
Octal10614523467430473324654
Binary1000110110010110011100110111100011010011111011010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46659C; }

 p { color: rgb(70,101,156); }

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

<style>
 a { background-color: #46659C; }

 a { background-color: rgb(70,101,156); }

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

<style>
 span { border-color: #46659C; }

 span { border-color: rgb(70,101,156); }

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