#416A9B

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

Shades of Mariner #416A9B

Tints of Mariner #416A9B

Color information

#416A9B (or 0x416A9B) is unknown color: approx Mariner. HEX triplet: 41, 6A and 9B. RGB value is (65,106,155). Sum of RGB (Red+Green+Blue) = 65+106+155=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #416A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416A9B is #BE9564. Grayscale: #636363. Windows color (decimal): -12490085 or 10185281. OLE color: 10185281.

HSL color Cylindrical-coordinate representation of color #416A9B: hue angle of 212.67º 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 #416A9B is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65106155-
CMYK0.580.3200.39
HSL212.67º40.91%43.14%-
HSV(B)212.67º58.06%60.78%-
XYZ13.2513.832.98-
YUV99.33159.42103.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=19.94%
G=32.52%
B=47.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651061550.580.3200.39212.6740.9143.14
Hex416A9B3A20027d5292b
Octal10115223372400473255153
Binary1000001110101010011011111010100000010011111010101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,106,155); }

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

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

 a { background-color: rgb(65,106,155); }

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

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

 span { border-color: rgb(65,106,155); }

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