#416692

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

Shades of Mariner #416692

Tints of Mariner #416692

Color information

#416692 (or 0x416692) is unknown color: approx Mariner. HEX triplet: 41, 66 and 92. RGB value is (65,102,146). Sum of RGB (Red+Green+Blue) = 65+102+146=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #416692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416692 is #BE996D. Grayscale: #5F5F5F. Windows color (decimal): -12491118 or 9594433. OLE color: 9594433.

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

Color convert

RGB65102146-
CMYK0.550.3000.43
HSL212.59º38.39%41.37%-
HSV(B)212.59º55.48%57.25%-
XYZ12.1212.729.01-
YUV95.95156.24105.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 146 (57.42% from 255) = 46.65%
R=20.77%
G=32.59%
B=46.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651021460.550.3000.43212.5938.3941.37
Hex416692371E02Bd52629
Octal10114622267360533254651
Binary100000111001101001001011011111110010101111010101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416692; }

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

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

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

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

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

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

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

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