#465C8D

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

Shades of Mariner #465C8D

Tints of Mariner #465C8D

Color information

#465C8D (or 0x465C8D) is unknown color: approx Mariner. HEX triplet: 46, 5C and 8D. RGB value is (70,92,141). Sum of RGB (Red+Green+Blue) = 70+92+141=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #465C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C8D is #B9A372. Grayscale: #5A5A5A. Windows color (decimal): -12166003 or 9264198. OLE color: 9264198.

HSL color Cylindrical-coordinate representation of color #465C8D: hue angle of 221.41º 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 #465C8D is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7092141-
CMYK0.500.3500.45
HSL221.41º33.65%41.37%-
HSV(B)221.41º50.35%55.29%-
XYZ11.1610.8826.71-
YUV91.01156.21113.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=23.10%
G=30.36%
B=46.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70921410.500.3500.45221.4133.6541.37
Hex465C8D322302Ddd2229
Octal10613421562430553354251
Binary1000110101110010001101110010100011010110111011101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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