#416090

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

Shades of Mariner #416090

Tints of Mariner #416090

Color information

#416090 (or 0x416090) is unknown color: approx Mariner. HEX triplet: 41, 60 and 90. RGB value is (65,96,144). Sum of RGB (Red+Green+Blue) = 65+96+144=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #416090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416090 is #BE9F6F. Grayscale: #5B5B5B. Windows color (decimal): -12492656 or 9461825. OLE color: 9461825.

HSL color Cylindrical-coordinate representation of color #416090: hue angle of 216.46º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416090 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6596144-
CMYK0.550.3300.44
HSL216.46º37.8%40.98%-
HSV(B)216.46º54.86%56.47%-
XYZ11.411.528.01-
YUV92.2157.23108.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 144 (56.64% from 255) = 47.21%
R=21.31%
G=31.48%
B=47.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65961440.550.3300.44216.4637.840.98
Hex416090372102Cd82629
Octal10114022067410543304651
Binary1000001110000010010000110111100001010110011011000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416090; }

 p { color: rgb(65,96,144); }

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

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

 a { background-color: rgb(65,96,144); }

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

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

 span { border-color: rgb(65,96,144); }

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