#406A98

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

Shades of Mariner #406A98

Tints of Mariner #406A98

Color information

#406A98 (or 0x406A98) is unknown color: approx Mariner. HEX triplet: 40, 6A and 98. RGB value is (64,106,152). Sum of RGB (Red+Green+Blue) = 64+106+152=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #406A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406A98 is #BF9567. Grayscale: #626262. Windows color (decimal): -12555624 or 9988672. OLE color: 9988672.

HSL color Cylindrical-coordinate representation of color #406A98: hue angle of 211.36º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #406A98 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB64106152-
CMYK0.580.3000.40
HSL211.36º40.74%42.35%-
HSV(B)211.36º57.89%59.61%-
XYZ12.9413.6731.66-
YUV98.69158.09103.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.88%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=19.88%
G=32.92%
B=47.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641061520.580.3000.40211.3640.7442.35
Hex406A983A1E028d3292a
Octal10015223072360503235152
Binary100000011010101001100011101011110010100011010011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406A98; }

 p { color: rgb(64,106,152); }

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

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

 a { background-color: rgb(64,106,152); }

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

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

 span { border-color: rgb(64,106,152); }

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