#406292

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

Shades of Mariner #406292

Tints of Mariner #406292

Color information

#406292 (or 0x406292) is unknown color: approx Mariner. HEX triplet: 40, 62 and 92. RGB value is (64,98,146). Sum of RGB (Red+Green+Blue) = 64+98+146=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #406292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406292 is #BF9D6D. Grayscale: #5D5D5D. Windows color (decimal): -12557678 or 9593408. OLE color: 9593408.

HSL color Cylindrical-coordinate representation of color #406292: hue angle of 215.12º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406292 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6498146-
CMYK0.560.3300.43
HSL215.12º39.05%41.18%-
HSV(B)215.12º56.16%57.25%-
XYZ11.6711.928.88-
YUV93.31157.74107.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=20.78%
G=31.82%
B=47.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64981460.560.3300.43215.1239.0541.18
Hex406292382102Bd72729
Octal10014222270410533274751
Binary1000000110001010010010111000100001010101111010111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406292; }

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

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

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

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

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

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

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

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