#4069A6

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

Shades of Mariner #4069A6

Tints of Mariner #4069A6

Color information

#4069A6 (or 0x4069A6) is unknown color: approx Mariner. HEX triplet: 40, 69 and A6. RGB value is (64,105,166). Sum of RGB (Red+Green+Blue) = 64+105+166=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 166 - color contains mainly: blue. Hex color #4069A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4069A6 is #BF9659. Grayscale: #636363. Windows color (decimal): -12555866 or 10905920. OLE color: 10905920.

HSL color Cylindrical-coordinate representation of color #4069A6: hue angle of 215.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4069A6 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB64105166-
CMYK0.610.3700.35
HSL215.88º44.35%45.1%-
HSV(B)215.88º61.45%65.1%-
XYZ14.0513.9538.03-
YUV99.7165.42102.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 166 (65.23% from 255) = 49.55%
R=19.10%
G=31.34%
B=49.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641051660.610.3700.35215.8844.3545.1
Hex4069A63D25023d82c2d
Octal10015124675450433305455
Binary1000000110100110100110111101100101010001111011000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4069A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4069A6; }

 p { color: rgb(64,105,166); }

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

<style>
 a { background-color: #4069A6; }

 a { background-color: rgb(64,105,166); }

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

<style>
 span { border-color: #4069A6; }

 span { border-color: rgb(64,105,166); }

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