#4164ac

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

Shades of Mariner #4164AC

Tints of Mariner #4164AC

Color information

#4164AC (or 0x4164AC) is unknown color: approx Mariner. HEX triplet: 41, 64 and AC. RGB value is (65,100,172). Sum of RGB (Red+Green+Blue) = 65+100+172=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #4164AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4164AC is #BE9B53. Grayscale: #616161. Windows color (decimal): -12491604 or 11297857. OLE color: 11297857.

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

Color convert

RGB65100172-
CMYK0.620.4200.33
HSL220.37º45.15%46.47%-
HSV(B)220.37º62.21%67.45%-
XYZ14.1813.2240.83-
YUV97.74169.9104.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.29%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=19.29%
G=29.67%
B=51.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651001720.620.4200.33220.3745.1546.47
Hex4164AC3E2A021dc2d2e
Octal10114425476520413345556
Binary1000001110010010101100111110101010010000111011100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4164ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4164ac; }

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

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

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

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

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

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

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

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