#4765AD

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

Shades of Mariner #4765AD

Tints of Mariner #4765AD

Color information

#4765AD (or 0x4765AD) is unknown color: approx Mariner. HEX triplet: 47, 65 and AD. RGB value is (71,101,173). Sum of RGB (Red+Green+Blue) = 71+101+173=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #4765AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4765AD is #B89A52. Grayscale: #636363. Windows color (decimal): -12098131 or 11363655. OLE color: 11363655.

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

Color convert

RGB71101173-
CMYK0.590.4200.32
HSL222.35º41.8%47.84%-
HSV(B)222.35º58.96%67.84%-
XYZ14.813.6641.39-
YUV100.24169.06107.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=20.58%
G=29.28%
B=50.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711011730.590.4200.32222.3541.847.84
Hex4765AD3B2A020de2a30
Octal10714525573520403365260
Binary1000111110010110101101111011101010010000011011110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4765AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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