#4064AF

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

Shades of Mariner #4064AF

Tints of Mariner #4064AF

Color information

#4064AF (or 0x4064AF) is unknown color: approx Mariner. HEX triplet: 40, 64 and AF. RGB value is (64,100,175). Sum of RGB (Red+Green+Blue) = 64+100+175=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #4064AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4064AF is #BF9B50. Grayscale: #616161. Windows color (decimal): -12557137 or 11494464. OLE color: 11494464.

HSL color Cylindrical-coordinate representation of color #4064AF: hue angle of 220.54º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4064AF is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB64100175-
CMYK0.630.4300.31
HSL220.54º46.44%46.86%-
HSV(B)220.54º63.43%68.63%-
XYZ14.4113.342.37-
YUV97.79171.57103.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=18.88%
G=29.50%
B=51.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641001750.630.4300.31220.5446.4446.86
Hex4064AF3F2B01Fdd2e2f
Octal10014425777530373355657
Binary100000011001001010111111111110101101111111011101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4064AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4064AF; }

 p { color: rgb(64,100,175); }

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

<style>
 a { background-color: #4064AF; }

 a { background-color: rgb(64,100,175); }

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

<style>
 span { border-color: #4064AF; }

 span { border-color: rgb(64,100,175); }

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