#4169AE

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

Shades of Mariner #4169AE

Tints of Mariner #4169AE

Color information

#4169AE (or 0x4169AE) is unknown color: approx Mariner. HEX triplet: 41, 69 and AE. RGB value is (65,105,174). Sum of RGB (Red+Green+Blue) = 65+105+174=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #4169AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4169AE is #BE9651. Grayscale: #646464. Windows color (decimal): -12490322 or 11430209. OLE color: 11430209.

HSL color Cylindrical-coordinate representation of color #4169AE: hue angle of 217.98º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4169AE is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65105174-
CMYK0.630.4000.32
HSL217.98º45.61%46.86%-
HSV(B)217.98º62.64%68.24%-
XYZ14.8714.2842.02-
YUV100.91169.25102.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 174 (68.36% from 255) = 50.58%
R=18.90%
G=30.52%
B=50.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651051740.630.4000.32217.9845.6146.86
Hex4169AE3F28020da2e2f
Octal10115125677500403325657
Binary1000001110100110101110111111101000010000011011010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4169AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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