#4765A2

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

Shades of Mariner #4765A2

Tints of Mariner #4765A2

Color information

#4765A2 (or 0x4765A2) is unknown color: approx Mariner. HEX triplet: 47, 65 and A2. RGB value is (71,101,162). Sum of RGB (Red+Green+Blue) = 71+101+162=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 162 - color contains mainly: blue. Hex color #4765A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4765A2 is #B89A5D. Grayscale: #626262. Windows color (decimal): -12098142 or 10642759. OLE color: 10642759.

HSL color Cylindrical-coordinate representation of color #4765A2: hue angle of 220.22º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4765A2 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB71101162-
CMYK0.560.3800.36
HSL220.22º39.06%45.69%-
HSV(B)220.22º56.17%63.53%-
XYZ13.7713.2636.02-
YUV98.98163.56108.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.26%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 162 (63.67% from 255) = 48.50%
R=21.26%
G=30.24%
B=48.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711011620.560.3800.36220.2239.0645.69
Hex4765A23826024dc272e
Octal10714524270460443344756
Binary1000111110010110100010111000100110010010011011100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4765A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4765A2; }

 p { color: rgb(71,101,162); }

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

<style>
 a { background-color: #4765A2; }

 a { background-color: rgb(71,101,162); }

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

<style>
 span { border-color: #4765A2; }

 span { border-color: rgb(71,101,162); }

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