#46689C

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

Shades of Mariner #46689C

Tints of Mariner #46689C

Color information

#46689C (or 0x46689C) is unknown color: approx Mariner. HEX triplet: 46, 68 and 9C. RGB value is (70,104,156). Sum of RGB (Red+Green+Blue) = 70+104+156=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #46689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46689C is #B99763. Grayscale: #636363. Windows color (decimal): -12162916 or 10250310. OLE color: 10250310.

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

Color convert

RGB70104156-
CMYK0.550.3300.39
HSL216.28º38.05%44.31%-
HSV(B)216.28º55.13%61.18%-
XYZ13.4813.633.37-
YUV99.76159.74106.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=21.21%
G=31.52%
B=47.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701041560.550.3300.39216.2838.0544.31
Hex46689C3721027d8262c
Octal10615023467410473304654
Binary1000110110100010011100110111100001010011111011000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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