#46639C

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

Shades of Mariner #46639C

Tints of Mariner #46639C

Color information

#46639C (or 0x46639C) is unknown color: approx Mariner. HEX triplet: 46, 63 and 9C. RGB value is (70,99,156). Sum of RGB (Red+Green+Blue) = 70+99+156=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #46639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46639C is #B99C63. Grayscale: #606060. Windows color (decimal): -12164196 or 10249030. OLE color: 10249030.

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

Color convert

RGB7099156-
CMYK0.550.3700.39
HSL219.77º38.05%44.31%-
HSV(B)219.77º55.13%61.18%-
XYZ12.9912.6333.21-
YUV96.83161.39108.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 156 (61.33% from 255) = 48%
R=21.54%
G=30.46%
B=48%

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
Decimal70991560.550.3700.39219.7738.0544.31
Hex46639C3725027dc262c
Octal10614323467450473344654
Binary1000110110001110011100110111100101010011111011100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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