#4D619F

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

Shades of Mariner #4D619F

Tints of Mariner #4D619F

Color information

#4D619F (or 0x4D619F) is unknown color: approx Mariner. HEX triplet: 4D, 61 and 9F. RGB value is (77,97,159). Sum of RGB (Red+Green+Blue) = 77+97+159=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D619F is #B29E60. Grayscale: #616161. Windows color (decimal): -11705953 or 10445133. OLE color: 10445133.

HSL color Cylindrical-coordinate representation of color #4D619F: hue angle of 225.37º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D619F is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7797159-
CMYK0.520.3900.38
HSL225.37º34.75%46.27%-
HSV(B)225.37º51.57%62.35%-
XYZ13.5912.6334.52-
YUV98.09162.37112.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 159 (62.5% from 255) = 47.75%
R=23.12%
G=29.13%
B=47.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77971590.520.3900.38225.3734.7546.27
Hex4D619F3427026e1232e
Octal11514123764470463414356
Binary1001101110000110011111110100100111010011011100001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,97,159); }

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

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

 a { background-color: rgb(77,97,159); }

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

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

 span { border-color: rgb(77,97,159); }

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