#406297

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

Shades of Mariner #406297

Tints of Mariner #406297

Color information

#406297 (or 0x406297) is unknown color: approx Mariner. HEX triplet: 40, 62 and 97. RGB value is (64,98,151). Sum of RGB (Red+Green+Blue) = 64+98+151=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #406297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406297 is #BF9D68. Grayscale: #5D5D5D. Windows color (decimal): -12557673 or 9921088. OLE color: 9921088.

HSL color Cylindrical-coordinate representation of color #406297: hue angle of 216.55º 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 #406297 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6498151-
CMYK0.580.3500.41
HSL216.55º40.47%42.16%-
HSV(B)216.55º57.62%59.22%-
XYZ12.0712.0630.97-
YUV93.88160.24106.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 151 (59.38% from 255) = 48.24%
R=20.45%
G=31.31%
B=48.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64981510.580.3500.41216.5540.4742.16
Hex4062973A23029d9282a
Octal10014222772430513315052
Binary1000000110001010010111111010100011010100111011001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406297; }

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

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

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

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

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

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

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

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