#4D629F

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

Shades of Mariner #4D629F

Tints of Mariner #4D629F

Color information

#4D629F (or 0x4D629F) is unknown color: approx Mariner. HEX triplet: 4D, 62 and 9F. RGB value is (77,98,159). Sum of RGB (Red+Green+Blue) = 77+98+159=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D629F is #B29D60. Grayscale: #626262. Windows color (decimal): -11705697 or 10445389. OLE color: 10445389.

HSL color Cylindrical-coordinate representation of color #4D629F: hue angle of 224.63º 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 #4D629F is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7798159-
CMYK0.520.3800.38
HSL224.63º34.75%46.27%-
HSV(B)224.63º51.57%62.35%-
XYZ13.6912.8234.55-
YUV98.68162.04112.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.05%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=23.05%
G=29.34%
B=47.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77981590.520.3800.38224.6334.7546.27
Hex4D629F3426026e1232e
Octal11514223764460463414356
Binary1001101110001010011111110100100110010011011100001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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