#4069AA

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

Shades of Mariner #4069AA

Tints of Mariner #4069AA

Color information

#4069AA (or 0x4069AA) is unknown color: approx Mariner. HEX triplet: 40, 69 and AA. RGB value is (64,105,170). Sum of RGB (Red+Green+Blue) = 64+105+170=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #4069AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4069AA is #BF9655. Grayscale: #636363. Windows color (decimal): -12555862 or 11168064. OLE color: 11168064.

HSL color Cylindrical-coordinate representation of color #4069AA: hue angle of 216.79º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4069AA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64105170-
CMYK0.620.3800.33
HSL216.79º45.3%45.88%-
HSV(B)216.79º62.35%66.67%-
XYZ14.4214.139.99-
YUV100.15167.42102.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=18.88%
G=30.97%
B=50.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641051700.620.3800.33216.7945.345.88
Hex4069AA3E26021d92d2e
Octal10015125276460413315556
Binary1000000110100110101010111110100110010000111011001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4069AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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