#4061AF

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

Shades of Mariner #4061AF

Tints of Mariner #4061AF

Color information

#4061AF (or 0x4061AF) is unknown color: approx Mariner. HEX triplet: 40, 61 and AF. RGB value is (64,97,175). Sum of RGB (Red+Green+Blue) = 64+97+175=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #4061AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4061AF is #BF9E50. Grayscale: #5F5F5F. Windows color (decimal): -12557905 or 11493696. OLE color: 11493696.

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

Color convert

RGB6497175-
CMYK0.630.4500.31
HSL222.16º46.44%46.86%-
HSV(B)222.16º63.43%68.63%-
XYZ14.1312.7342.27-
YUV96.02172.57105.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 175 (68.75% from 255) = 52.08%
R=19.05%
G=28.87%
B=52.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64971750.630.4500.31222.1646.4446.86
Hex4061AF3F2D01Fde2e2f
Octal10014125777550373365657
Binary100000011000011010111111111110110101111111011110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4061AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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