#4A69AE

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

Shades of Mariner #4A69AE

Tints of Mariner #4A69AE

Color information

#4A69AE (or 0x4A69AE) is unknown color: approx Mariner. HEX triplet: 4A, 69 and AE. RGB value is (74,105,174). Sum of RGB (Red+Green+Blue) = 74+105+174=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A69AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A69AE is #B59651. Grayscale: #676767. Windows color (decimal): -11900498 or 11430218. OLE color: 11430218.

HSL color Cylindrical-coordinate representation of color #4A69AE: hue angle of 221.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A69AE is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB74105174-
CMYK0.570.4000.32
HSL221.4º40.32%48.63%-
HSV(B)221.4º57.47%68.24%-
XYZ15.5214.6142.05-
YUV103.6167.73106.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.96%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=20.96%
G=29.75%
B=49.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal741051740.570.4000.32221.440.3248.63
Hex4A69AE3928020dd2831
Octal11215125671500403355061
Binary1001010110100110101110111001101000010000011011101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A69AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A69AE; }

 p { color: rgb(74,105,174); }

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

<style>
 a { background-color: #4A69AE; }

 a { background-color: rgb(74,105,174); }

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

<style>
 span { border-color: #4A69AE; }

 span { border-color: rgb(74,105,174); }

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