#4960AE

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

Shades of Mariner #4960AE

Tints of Mariner #4960AE

Color information

#4960AE (or 0x4960AE) is unknown color: approx Mariner. HEX triplet: 49, 60 and AE. RGB value is (73,96,174). Sum of RGB (Red+Green+Blue) = 73+96+174=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #4960AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4960AE is #B69F51. Grayscale: #616161. Windows color (decimal): -11968338 or 11427913. OLE color: 11427913.

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

Color convert

RGB7396174-
CMYK0.580.4500.32
HSL226.34º40.89%48.43%-
HSV(B)226.34º58.05%68.24%-
XYZ14.5712.8441.75-
YUV98.02170.88110.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 174 (68.36% from 255) = 50.73%
R=21.28%
G=27.99%
B=50.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73961740.580.4500.32226.3440.8948.43
Hex4960AE3A2D020e22930
Octal11114025672550403425160
Binary1001001110000010101110111010101101010000011100010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4960AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,96,174); }

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

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

 a { background-color: rgb(73,96,174); }

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

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

 span { border-color: rgb(73,96,174); }

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