#406295

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

Shades of Mariner #406295

Tints of Mariner #406295

Color information

#406295 (or 0x406295) is unknown color: approx Mariner. HEX triplet: 40, 62 and 95. RGB value is (64,98,149). Sum of RGB (Red+Green+Blue) = 64+98+149=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #406295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406295 is #BF9D6A. Grayscale: #5D5D5D. Windows color (decimal): -12557675 or 9790016. OLE color: 9790016.

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

Color convert

RGB6498149-
CMYK0.570.3400.42
HSL216º39.91%41.76%-
HSV(B)216º57.05%58.43%-
XYZ11.911230.12-
YUV93.65159.24106.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=20.58%
G=31.51%
B=47.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64981490.570.3400.4221639.9141.76
Hex406295392202Ad8282a
Octal10014222571420523305052
Binary1000000110001010010101111001100010010101011011000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406295; }

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

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

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

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

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

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

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

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