#406997

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

Shades of Mariner #406997

Tints of Mariner #406997

Color information

#406997 (or 0x406997) is unknown color: approx Mariner. HEX triplet: 40, 69 and 97. RGB value is (64,105,151). Sum of RGB (Red+Green+Blue) = 64+105+151=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #406997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406997 is #BF9668. Grayscale: #616161. Windows color (decimal): -12555881 or 9922880. OLE color: 9922880.

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

Color convert

RGB64105151-
CMYK0.580.3000.41
HSL211.72º40.47%42.16%-
HSV(B)211.72º57.62%59.22%-
XYZ12.7513.4331.2-
YUV97.98157.92103.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 151 (59.38% from 255) = 47.19%
R=20%
G=32.81%
B=47.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641051510.580.3000.41211.7240.4742.16
Hex4069973A1E029d4282a
Octal10015122772360513245052
Binary100000011010011001011111101011110010100111010100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406997; }

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

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

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

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

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

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

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

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