#4169aa

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

Shades of Mariner #4169AA

Tints of Mariner #4169AA

Color information

#4169AA (or 0x4169AA) is unknown color: approx Mariner. HEX triplet: 41, 69 and AA. RGB value is (65,105,170). Sum of RGB (Red+Green+Blue) = 65+105+170=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #4169AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4169AA is #BE9655. Grayscale: #646464. Windows color (decimal): -12490326 or 11168065. OLE color: 11168065.

HSL color Cylindrical-coordinate representation of color #4169AA: hue angle of 217.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4169AA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65105170-
CMYK0.620.3800.33
HSL217.14º44.68%46.08%-
HSV(B)217.14º61.76%66.67%-
XYZ14.4914.1339.99-
YUV100.45167.25102.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.12%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 170 (66.80% from 255) = 50%
R=19.12%
G=30.88%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651051700.620.3800.33217.1444.6846.08
Hex4169AA3E26021d92d2e
Octal10115125276460413315556
Binary1000001110100110101010111110100110010000111011001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4169aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4169aa; }

 p { color: rgb(65,105,170); }

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

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

 a { background-color: rgb(65,105,170); }

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

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

 span { border-color: rgb(65,105,170); }

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