#4761AD

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

Shades of Mariner #4761AD

Tints of Mariner #4761AD

Color information

#4761AD (or 0x4761AD) is unknown color: approx Mariner. HEX triplet: 47, 61 and AD. RGB value is (71,97,173). Sum of RGB (Red+Green+Blue) = 71+97+173=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #4761AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4761AD is #B89E52. Grayscale: #616161. Windows color (decimal): -12099155 or 11362631. OLE color: 11362631.

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

Color convert

RGB7197173-
CMYK0.590.4400.32
HSL224.71º41.8%47.84%-
HSV(B)224.71º58.96%67.84%-
XYZ14.4212.9141.27-
YUV97.89170.39108.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.82%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=20.82%
G=28.45%
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
Decimal71971730.590.4400.32224.7141.847.84
Hex4761AD3B2C020e12a30
Octal10714125573540403415260
Binary1000111110000110101101111011101100010000011100001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4761AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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