#416092

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

Shades of Mariner #416092

Tints of Mariner #416092

Color information

#416092 (or 0x416092) is unknown color: approx Mariner. HEX triplet: 41, 60 and 92. RGB value is (65,96,146). Sum of RGB (Red+Green+Blue) = 65+96+146=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #416092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416092 is #BE9F6D. Grayscale: #5C5C5C. Windows color (decimal): -12492654 or 9592897. OLE color: 9592897.

HSL color Cylindrical-coordinate representation of color #416092: hue angle of 217.04º 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 #416092 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6596146-
CMYK0.550.3400.43
HSL217.04º38.39%41.37%-
HSV(B)217.04º55.48%57.25%-
XYZ11.5511.5628.82-
YUV92.43158.23108.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=21.17%
G=31.27%
B=47.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65961460.550.3400.43217.0438.3941.37
Hex416092372202Bd92629
Octal10114022267420533314651
Binary1000001110000010010010110111100010010101111011001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416092; }

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

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

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

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

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

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

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

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