#4763AE

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

Shades of Mariner #4763AE

Tints of Mariner #4763AE

Color information

#4763AE (or 0x4763AE) is unknown color: approx Mariner. HEX triplet: 47, 63 and AE. RGB value is (71,99,174). Sum of RGB (Red+Green+Blue) = 71+99+174=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #4763AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4763AE is #B89C51. Grayscale: #626262. Windows color (decimal): -12098642 or 11428679. OLE color: 11428679.

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

Color convert

RGB7199174-
CMYK0.590.4300.32
HSL223.69º42.04%48.04%-
HSV(B)223.69º59.2%68.24%-
XYZ14.713.3241.84-
YUV99.18170.22107.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 174 (68.36% from 255) = 50.58%
R=20.64%
G=28.78%
B=50.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71991740.590.4300.32223.6942.0448.04
Hex4763AE3B2B020e02a30
Octal10714325673530403405260
Binary1000111110001110101110111011101011010000011100000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4763AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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