#46599C

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

Shades of Mariner #46599C

Tints of Mariner #46599C

Color information

#46599C (or 0x46599C) is unknown color: approx Mariner. HEX triplet: 46, 59 and 9C. RGB value is (70,89,156). Sum of RGB (Red+Green+Blue) = 70+89+156=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #46599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46599C is #B9A663. Grayscale: #5A5A5A. Windows color (decimal): -12166756 or 10246470. OLE color: 10246470.

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

Color convert

RGB7089156-
CMYK0.550.4300.39
HSL226.74º38.05%44.31%-
HSV(B)226.74º55.13%61.18%-
XYZ12.110.8532.91-
YUV90.96164.71113.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 156 (61.33% from 255) = 49.52%
R=22.22%
G=28.25%
B=49.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70891560.550.4300.39226.7438.0544.31
Hex46599C372B027e3262c
Octal10613123467530473434654
Binary1000110101100110011100110111101011010011111100011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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