#4D63AC

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

Shades of Mariner #4D63AC

Tints of Mariner #4D63AC

Color information

#4D63AC (or 0x4D63AC) is unknown color: approx Mariner. HEX triplet: 4D, 63 and AC. RGB value is (77,99,172). Sum of RGB (Red+Green+Blue) = 77+99+172=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D63AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D63AC is #B29C53. Grayscale: #646464. Windows color (decimal): -11705428 or 11297613. OLE color: 11297613.

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

Color convert

RGB7799172-
CMYK0.550.4200.33
HSL226.11º38.15%48.82%-
HSV(B)226.11º55.23%67.45%-
XYZ14.9713.4840.84-
YUV100.74168.21111.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.13%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=22.13%
G=28.45%
B=49.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77991720.550.4200.33226.1138.1548.82
Hex4D63AC372A021e22631
Octal11514325467520413424661
Binary1001101110001110101100110111101010010000111100010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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