#4D6EA2

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

Shades of San Marino #4D6EA2

Tints of San Marino #4D6EA2

Color information

#4D6EA2 (or 0x4D6EA2) is unknown color: approx San Marino. HEX triplet: 4D, 6E and A2. RGB value is (77,110,162). Sum of RGB (Red+Green+Blue) = 77+110+162=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 162 - color contains mainly: blue. Hex color #4D6EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6EA2 is #B2915D. Grayscale: #696969. Windows color (decimal): -11702622 or 10645069. OLE color: 10645069.

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

Color convert

RGB77110162-
CMYK0.520.3200.36
HSL216.71º35.56%46.86%-
HSV(B)216.71º52.47%63.53%-
XYZ15.1615.3436.34-
YUV106.06159.57107.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.06%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 162 (63.67% from 255) = 46.42%
R=22.06%
G=31.52%
B=46.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal771101620.520.3200.36216.7135.5646.86
Hex4D6EA23420024d9242f
Octal11515624264400443314457
Binary1001101110111010100010110100100000010010011011001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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