#4965AD

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

Shades of Mariner #4965AD

Tints of Mariner #4965AD

Color information

#4965AD (or 0x4965AD) is unknown color: approx Mariner. HEX triplet: 49, 65 and AD. RGB value is (73,101,173). Sum of RGB (Red+Green+Blue) = 73+101+173=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #4965AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4965AD is #B69A52. Grayscale: #646464. Windows color (decimal): -11967059 or 11363657. OLE color: 11363657.

HSL color Cylindrical-coordinate representation of color #4965AD: hue angle of 223.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4965AD is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73101173-
CMYK0.580.4200.32
HSL223.2º40.65%48.24%-
HSV(B)223.2º57.8%67.84%-
XYZ14.9413.7441.4-
YUV100.84168.72108.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=21.04%
G=29.11%
B=49.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731011730.580.4200.32223.240.6548.24
Hex4965AD3A2A020df2930
Octal11114525572520403375160
Binary1001001110010110101101111010101010010000011011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4965AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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