#466795

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

Shades of Mariner #466795

Tints of Mariner #466795

Color information

#466795 (or 0x466795) is unknown color: approx Mariner. HEX triplet: 46, 67 and 95. RGB value is (70,103,149). Sum of RGB (Red+Green+Blue) = 70+103+149=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #466795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466795 is #B9986A. Grayscale: #626262. Windows color (decimal): -12163179 or 9791302. OLE color: 9791302.

HSL color Cylindrical-coordinate representation of color #466795: hue angle of 214.94º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #466795 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB70103149-
CMYK0.530.3100.42
HSL214.94º36.07%42.94%-
HSV(B)214.94º53.02%58.43%-
XYZ12.813.1730.3-
YUV98.38156.57107.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 103 (40.62% from 255) = 31.99%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=21.74%
G=31.99%
B=46.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701031490.530.3100.42214.9436.0742.94
Hex466795351F02Ad7242b
Octal10614722565370523274453
Binary100011011001111001010111010111111010101011010111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466795; }

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

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

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

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

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

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

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

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