#4964AE

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

Shades of Mariner #4964AE

Tints of Mariner #4964AE

Color information

#4964AE (or 0x4964AE) is unknown color: approx Mariner. HEX triplet: 49, 64 and AE. RGB value is (73,100,174). Sum of RGB (Red+Green+Blue) = 73+100+174=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #4964AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4964AE is #B69B51. Grayscale: #646464. Windows color (decimal): -11967314 or 11428937. OLE color: 11428937.

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

Color convert

RGB73100174-
CMYK0.580.4300.32
HSL223.96º40.89%48.43%-
HSV(B)223.96º58.05%68.24%-
XYZ14.9413.5941.88-
YUV100.36169.55108.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=21.04%
G=28.82%
B=50.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731001740.580.4300.32223.9640.8948.43
Hex4964AE3A2B020e02930
Octal11114425672530403405160
Binary1001001110010010101110111010101011010000011100000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4964AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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