#4D6EA1

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

Shades of San Marino #4D6EA1

Tints of San Marino #4D6EA1

Color information

#4D6EA1 (or 0x4D6EA1) is unknown color: approx San Marino. HEX triplet: 4D, 6E and A1. RGB value is (77,110,161). Sum of RGB (Red+Green+Blue) = 77+110+161=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 161 - color contains mainly: blue. Hex color #4D6EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6EA1 is #B2915E. Grayscale: #696969. Windows color (decimal): -11702623 or 10579533. OLE color: 10579533.

HSL color Cylindrical-coordinate representation of color #4D6EA1: hue angle of 216.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D6EA1 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB77110161-
CMYK0.520.3200.37
HSL216.43º35.29%46.67%-
HSV(B)216.43º52.17%63.14%-
XYZ15.0715.335.88-
YUV105.95159.07107.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.13%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 161 (63.28% from 255) = 46.26%
R=22.13%
G=31.61%
B=46.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal771101610.520.3200.37216.4335.2946.67
Hex4D6EA13420025d8232f
Octal11515624164400453304357
Binary1001101110111010100001110100100000010010111011000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,110,161); }

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

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

 a { background-color: rgb(77,110,161); }

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

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

 span { border-color: rgb(77,110,161); }

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