#406095

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

Shades of Mariner #406095

Tints of Mariner #406095

Color information

#406095 (or 0x406095) is unknown color: approx Mariner. HEX triplet: 40, 60 and 95. RGB value is (64,96,149). Sum of RGB (Red+Green+Blue) = 64+96+149=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #406095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406095 is #BF9F6A. Grayscale: #5C5C5C. Windows color (decimal): -12558187 or 9789504. OLE color: 9789504.

HSL color Cylindrical-coordinate representation of color #406095: hue angle of 217.41º 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 #406095 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6496149-
CMYK0.570.3600.42
HSL217.41º39.91%41.76%-
HSV(B)217.41º57.05%58.43%-
XYZ11.7211.6330.06-
YUV92.47159.9107.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=20.71%
G=31.07%
B=48.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64961490.570.3600.42217.4139.9141.76
Hex406095392402Ad9282a
Octal10014022571440523315052
Binary1000000110000010010101111001100100010101011011001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406095; }

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

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

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

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

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

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

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

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