#4170AC

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

Shades of Mariner #4170AC

Tints of Mariner #4170AC

Color information

#4170AC (or 0x4170AC) is unknown color: approx Mariner. HEX triplet: 41, 70 and AC. RGB value is (65,112,172). Sum of RGB (Red+Green+Blue) = 65+112+172=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #4170AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4170AC is #BE8F53. Grayscale: #686868. Windows color (decimal): -12488532 or 11300929. OLE color: 11300929.

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

Color convert

RGB65112172-
CMYK0.620.3500.33
HSL213.64º45.15%46.47%-
HSV(B)213.64º62.21%67.45%-
XYZ15.4215.6941.25-
YUV104.79165.9399.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=18.62%
G=32.09%
B=49.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651121720.620.3500.33213.6445.1546.47
Hex4170AC3E23021d62d2e
Octal10116025476430413265556
Binary1000001111000010101100111110100011010000111010110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4170AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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