#4D66AC

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

Shades of Mariner #4D66AC

Tints of Mariner #4D66AC

Color information

#4D66AC (or 0x4D66AC) is unknown color: approx Mariner. HEX triplet: 4D, 66 and AC. RGB value is (77,102,172). Sum of RGB (Red+Green+Blue) = 77+102+172=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D66AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D66AC is #B29953. Grayscale: #666666. Windows color (decimal): -11704660 or 11298381. OLE color: 11298381.

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

Color convert

RGB77102172-
CMYK0.550.4100.33
HSL224.21º38.15%48.82%-
HSV(B)224.21º55.23%67.45%-
XYZ15.2614.0640.94-
YUV102.5167.22109.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.94%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 172 (67.58% from 255) = 49.00%
R=21.94%
G=29.06%
B=49.00%

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
Decimal771021720.550.4100.33224.2138.1548.82
Hex4D66AC3729021e02631
Octal11514625467510413404661
Binary1001101110011010101100110111101001010000111100000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D66AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,102,172); }

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

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

 a { background-color: rgb(77,102,172); }

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

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

 span { border-color: rgb(77,102,172); }

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