#406797

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

Shades of Mariner #406797

Tints of Mariner #406797

Color information

#406797 (or 0x406797) is unknown color: approx Mariner. HEX triplet: 40, 67 and 97. RGB value is (64,103,151). Sum of RGB (Red+Green+Blue) = 64+103+151=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #406797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406797 is #BF9868. Grayscale: #606060. Windows color (decimal): -12556393 or 9922368. OLE color: 9922368.

HSL color Cylindrical-coordinate representation of color #406797: hue angle of 213.1º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #406797 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB64103151-
CMYK0.580.3200.41
HSL213.1º40.47%42.16%-
HSV(B)213.1º57.62%59.22%-
XYZ12.5513.0231.13-
YUV96.81158.58104.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 151 (59.38% from 255) = 47.48%
R=20.13%
G=32.39%
B=47.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641031510.580.3200.41213.140.4742.16
Hex4067973A20029d5282a
Octal10014722772400513255052
Binary1000000110011110010111111010100000010100111010101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406797; }

 p { color: rgb(64,103,151); }

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

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

 a { background-color: rgb(64,103,151); }

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

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

 span { border-color: rgb(64,103,151); }

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