#4170aa

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

Shades of Mariner #4170AA

Tints of Mariner #4170AA

Color information

#4170AA (or 0x4170AA) is unknown color: approx Mariner. HEX triplet: 41, 70 and AA. RGB value is (65,112,170). Sum of RGB (Red+Green+Blue) = 65+112+170=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #4170AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4170AA is #BE8F55. Grayscale: #686868. Windows color (decimal): -12488534 or 11169857. OLE color: 11169857.

HSL color Cylindrical-coordinate representation of color #4170AA: hue angle of 213.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 #4170AA is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65112170-
CMYK0.620.3400.33
HSL213.14º44.68%46.08%-
HSV(B)213.14º61.76%66.67%-
XYZ15.2315.6140.24-
YUV104.56164.9399.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=18.73%
G=32.28%
B=48.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651121700.620.3400.33213.1444.6846.08
Hex4170AA3E22021d52d2e
Octal10116025276420413255556
Binary1000001111000010101010111110100010010000111010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4170aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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