#4D60AA

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

Shades of Mariner #4D60AA

Tints of Mariner #4D60AA

Color information

#4D60AA (or 0x4D60AA) is unknown color: approx Mariner. HEX triplet: 4D, 60 and AA. RGB value is (77,96,170). Sum of RGB (Red+Green+Blue) = 77+96+170=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D60AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D60AA is #B29F55. Grayscale: #626262. Windows color (decimal): -11706198 or 11165773. OLE color: 11165773.

HSL color Cylindrical-coordinate representation of color #4D60AA: hue angle of 227.74º 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 #4D60AA is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7796170-
CMYK0.550.4400.33
HSL227.74º37.65%48.43%-
HSV(B)227.74º54.71%66.67%-
XYZ14.512.8539.75-
YUV98.76168.21112.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.45%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=22.45%
G=27.99%
B=49.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77961700.550.4400.33227.7437.6548.43
Hex4D60AA372C021e42630
Octal11514025267540413444660
Binary1001101110000010101010110111101100010000111100100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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