#4065AC

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

Shades of Mariner #4065AC

Tints of Mariner #4065AC

Color information

#4065AC (or 0x4065AC) is unknown color: approx Mariner. HEX triplet: 40, 65 and AC. RGB value is (64,101,172). Sum of RGB (Red+Green+Blue) = 64+101+172=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 101 (39.84% from 255 or 29.97% 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 #4065AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4065AC is #BF9A53. Grayscale: #616161. Windows color (decimal): -12556884 or 11298112. OLE color: 11298112.

HSL color Cylindrical-coordinate representation of color #4065AC: hue angle of 219.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4065AC is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64101172-
CMYK0.630.4100.33
HSL219.44º45.76%46.27%-
HSV(B)219.44º62.79%67.45%-
XYZ14.2113.3840.86-
YUV98.03169.74103.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=18.99%
G=29.97%
B=51.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641011720.630.4100.33219.4445.7646.27
Hex4065AC3F29021db2e2e
Octal10014525477510413335656
Binary1000000110010110101100111111101001010000111011011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4065AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,101,172); }

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

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

 a { background-color: rgb(64,101,172); }

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

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

 span { border-color: rgb(64,101,172); }

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