#416292

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

Shades of Mariner #416292

Tints of Mariner #416292

Color information

#416292 (or 0x416292) is unknown color: approx Mariner. HEX triplet: 41, 62 and 92. RGB value is (65,98,146). Sum of RGB (Red+Green+Blue) = 65+98+146=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #416292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416292 is #BE9D6D. Grayscale: #5D5D5D. Windows color (decimal): -12492142 or 9593409. OLE color: 9593409.

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

Color convert

RGB6598146-
CMYK0.550.3300.43
HSL215.56º38.39%41.37%-
HSV(B)215.56º55.48%57.25%-
XYZ11.7411.9328.88-
YUV93.6157.57107.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=21.04%
G=31.72%
B=47.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65981460.550.3300.43215.5638.3941.37
Hex416292372102Bd82629
Octal10114222267410533304651
Binary1000001110001010010010110111100001010101111011000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416292; }

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

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

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

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

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

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

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

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