#416AB8

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

Shades of Mariner #416AB8

Tints of Mariner #416AB8

Color information

#416AB8 (or 0x416AB8) is unknown color: approx Mariner. HEX triplet: 41, 6A and B8. RGB value is (65,106,184). Sum of RGB (Red+Green+Blue) = 65+106+184=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 184 (72.27% from 255 or 51.83% from 355); Max value from RGB is 184 - color contains mainly: blue. Hex color #416AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416AB8 is #BE9547. Grayscale: #666666. Windows color (decimal): -12490056 or 12085825. OLE color: 12085825.

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

Color convert

RGB65106184-
CMYK0.650.4200.28
HSL219.33º47.79%48.82%-
HSV(B)219.33º64.67%72.16%-
XYZ15.9914.8947.38-
YUV102.63173.92101.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.31%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 184 (72.27% from 255) = 51.83%
R=18.31%
G=29.86%
B=51.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal651061840.650.4200.28219.3347.7948.82
Hex416AB8412A01Cdb3031
Octal101152270101520343336061
Binary1000001110101010111000100000110101001110011011011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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