#4762AE

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

Shades of Mariner #4762AE

Tints of Mariner #4762AE

Color information

#4762AE (or 0x4762AE) is unknown color: approx Mariner. HEX triplet: 47, 62 and AE. RGB value is (71,98,174). Sum of RGB (Red+Green+Blue) = 71+98+174=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #4762AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4762AE is #B89D51. Grayscale: #626262. Windows color (decimal): -12098898 or 11428423. OLE color: 11428423.

HSL color Cylindrical-coordinate representation of color #4762AE: hue angle of 224.27º 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 #4762AE is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7198174-
CMYK0.590.4400.32
HSL224.27º42.04%48.04%-
HSV(B)224.27º59.2%68.24%-
XYZ14.6113.1341.81-
YUV98.59170.55108.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 174 (68.36% from 255) = 50.73%
R=20.70%
G=28.57%
B=50.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71981740.590.4400.32224.2742.0448.04
Hex4762AE3B2C020e02a30
Octal10714225673540403405260
Binary1000111110001010101110111011101100010000011100000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4762AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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