#4059AF

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

Shades of Mariner #4059AF

Tints of Mariner #4059AF

Color information

#4059AF (or 0x4059AF) is unknown color: approx Mariner. HEX triplet: 40, 59 and AF. RGB value is (64,89,175). Sum of RGB (Red+Green+Blue) = 64+89+175=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #4059AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4059AF is #BFA650. Grayscale: #5A5A5A. Windows color (decimal): -12559953 or 11491648. OLE color: 11491648.

HSL color Cylindrical-coordinate representation of color #4059AF: hue angle of 226.49º 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 #4059AF is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6489175-
CMYK0.630.4900.31
HSL226.49º46.44%46.86%-
HSV(B)226.49º63.43%68.63%-
XYZ13.4211.3342.04-
YUV91.33175.22108.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.51%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 175 (68.75% from 255) = 53.35%
R=19.51%
G=27.13%
B=53.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64891750.630.4900.31226.4946.4446.86
Hex4059AF3F3101Fe22e2f
Octal10013125777610373425657
Binary100000010110011010111111111111000101111111100010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4059AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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