#416AB9

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

Shades of Mariner #416AB9

Tints of Mariner #416AB9

Color information

#416AB9 (or 0x416AB9) is unknown color: approx Mariner. HEX triplet: 41, 6A and B9. RGB value is (65,106,185). Sum of RGB (Red+Green+Blue) = 65+106+185=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #416AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416AB9 is #BE9546. Grayscale: #666666. Windows color (decimal): -12490055 or 12151361. OLE color: 12151361.

HSL color Cylindrical-coordinate representation of color #416AB9: hue angle of 219.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #416AB9 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB65106185-
CMYK0.650.4300.27
HSL219.5º48%49.02%-
HSV(B)219.5º64.86%72.55%-
XYZ16.0914.9347.93-
YUV102.75174.42101.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.26%
GREEN value IS 106 (41.80% from 255) = 29.78%
BLUE value IS 185 (72.66% from 255) = 51.97%
R=18.26%
G=29.78%
B=51.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651061850.650.4300.27219.54849.02
Hex416AB9412B01Bdc3031
Octal101152271101530333346061
Binary1000001110101010111001100000110101101101111011100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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