#465D8D

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

Shades of Mariner #465D8D

Tints of Mariner #465D8D

Color information

#465D8D (or 0x465D8D) is unknown color: approx Mariner. HEX triplet: 46, 5D and 8D. RGB value is (70,93,141). Sum of RGB (Red+Green+Blue) = 70+93+141=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #465D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465D8D is #B9A272. Grayscale: #5B5B5B. Windows color (decimal): -12165747 or 9264454. OLE color: 9264454.

HSL color Cylindrical-coordinate representation of color #465D8D: hue angle of 220.56º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #465D8D is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7093141-
CMYK0.500.3400.45
HSL220.56º33.65%41.37%-
HSV(B)220.56º50.35%55.29%-
XYZ11.2511.0526.74-
YUV91.59155.88112.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 141 (55.47% from 255) = 46.38%
R=23.03%
G=30.59%
B=46.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70931410.500.3400.45220.5633.6541.37
Hex465D8D322202Ddd2229
Octal10613521562420553354251
Binary1000110101110110001101110010100010010110111011101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465D8D; }

 p { color: rgb(70,93,141); }

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

<style>
 a { background-color: #465D8D; }

 a { background-color: rgb(70,93,141); }

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

<style>
 span { border-color: #465D8D; }

 span { border-color: rgb(70,93,141); }

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