#4D64AA

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

Shades of Mariner #4D64AA

Tints of Mariner #4D64AA

Color information

#4D64AA (or 0x4D64AA) is unknown color: approx Mariner. HEX triplet: 4D, 64 and AA. RGB value is (77,100,170). Sum of RGB (Red+Green+Blue) = 77+100+170=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D64AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D64AA is #B29B55. Grayscale: #646464. Windows color (decimal): -11705174 or 11166797. OLE color: 11166797.

HSL color Cylindrical-coordinate representation of color #4D64AA: hue angle of 225.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D64AA is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB77100170-
CMYK0.550.4100.33
HSL225.16º37.65%48.43%-
HSV(B)225.16º54.71%66.67%-
XYZ14.8713.5939.87-
YUV101.1166.88110.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.19%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=22.19%
G=28.82%
B=48.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771001700.550.4100.33225.1637.6548.43
Hex4D64AA3729021e12630
Octal11514425267510413414660
Binary1001101110010010101010110111101001010000111100001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D64AA; }

 p { color: rgb(77,100,170); }

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

<style>
 a { background-color: #4D64AA; }

 a { background-color: rgb(77,100,170); }

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

<style>
 span { border-color: #4D64AA; }

 span { border-color: rgb(77,100,170); }

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