#46679C

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

Shades of Mariner #46679C

Tints of Mariner #46679C

Color information

#46679C (or 0x46679C) is unknown color: approx Mariner. HEX triplet: 46, 67 and 9C. RGB value is (70,103,156). Sum of RGB (Red+Green+Blue) = 70+103+156=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #46679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46679C is #B99863. Grayscale: #626262. Windows color (decimal): -12163172 or 10250054. OLE color: 10250054.

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

Color convert

RGB70103156-
CMYK0.550.3400.39
HSL216.98º38.05%44.31%-
HSV(B)216.98º55.13%61.18%-
XYZ13.3813.433.33-
YUV99.17160.07107.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=21.28%
G=31.31%
B=47.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701031560.550.3400.39216.9838.0544.31
Hex46679C3722027d9262c
Octal10614723467420473314654
Binary1000110110011110011100110111100010010011111011001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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