#406695

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

Shades of Mariner #406695

Tints of Mariner #406695

Color information

#406695 (or 0x406695) is unknown color: approx Mariner. HEX triplet: 40, 66 and 95. RGB value is (64,102,149). Sum of RGB (Red+Green+Blue) = 64+102+149=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #406695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406695 is #BF996A. Grayscale: #5F5F5F. Windows color (decimal): -12556651 or 9791040. OLE color: 9791040.

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

Color convert

RGB64102149-
CMYK0.570.3200.42
HSL213.18º39.91%41.76%-
HSV(B)213.18º57.05%58.43%-
XYZ12.2912.7630.25-
YUV96157.91105.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=20.32%
G=32.38%
B=47.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641021490.570.3200.42213.1839.9141.76
Hex406695392002Ad5282a
Octal10014622571400523255052
Binary1000000110011010010101111001100000010101011010101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406695; }

 p { color: rgb(64,102,149); }

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

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

 a { background-color: rgb(64,102,149); }

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

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

 span { border-color: rgb(64,102,149); }

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