#416D9C

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

Shades of Mariner #416D9C

Tints of Mariner #416D9C

Color information

#416D9C (or 0x416D9C) is unknown color: approx Mariner. HEX triplet: 41, 6D and 9C. RGB value is (65,109,156). Sum of RGB (Red+Green+Blue) = 65+109+156=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #416D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416D9C is #BE9263. Grayscale: #646464. Windows color (decimal): -12489316 or 10251585. OLE color: 10251585.

HSL color Cylindrical-coordinate representation of color #416D9C: hue angle of 210.99º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #416D9C is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65109156-
CMYK0.580.3000.39
HSL210.99º41.18%43.33%-
HSV(B)210.99º58.33%61.18%-
XYZ13.6514.4633.52-
YUV101.2158.92102.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=19.70%
G=33.03%
B=47.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651091560.580.3000.39210.9941.1843.33
Hex416D9C3A1E027d3292b
Octal10115523472360473235153
Binary100000111011011001110011101011110010011111010011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416D9C; }

 p { color: rgb(65,109,156); }

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

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

 a { background-color: rgb(65,109,156); }

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

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

 span { border-color: rgb(65,109,156); }

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