#4766AE

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

Shades of Mariner #4766AE

Tints of Mariner #4766AE

Color information

#4766AE (or 0x4766AE) is unknown color: approx Mariner. HEX triplet: 47, 66 and AE. RGB value is (71,102,174). Sum of RGB (Red+Green+Blue) = 71+102+174=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #4766AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4766AE is #B89951. Grayscale: #646464. Windows color (decimal): -12097874 or 11429447. OLE color: 11429447.

HSL color Cylindrical-coordinate representation of color #4766AE: hue angle of 221.94º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4766AE is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71102174-
CMYK0.590.4100.32
HSL221.94º42.04%48.04%-
HSV(B)221.94º59.2%68.24%-
XYZ14.9913.941.94-
YUV100.94169.23106.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=20.46%
G=29.39%
B=50.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711021740.590.4100.32221.9442.0448.04
Hex4766AE3B29020de2a30
Octal10714625673510403365260
Binary1000111110011010101110111011101001010000011011110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4766AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4766AE; }

 p { color: rgb(71,102,174); }

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

<style>
 a { background-color: #4766AE; }

 a { background-color: rgb(71,102,174); }

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

<style>
 span { border-color: #4766AE; }

 span { border-color: rgb(71,102,174); }

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