#4D679F

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

Shades of San Marino #4D679F

Tints of San Marino #4D679F

Color information

#4D679F (or 0x4D679F) is unknown color: approx San Marino. HEX triplet: 4D, 67 and 9F. RGB value is (77,103,159). Sum of RGB (Red+Green+Blue) = 77+103+159=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D679F is #B29860. Grayscale: #656565. Windows color (decimal): -11704417 or 10446669. OLE color: 10446669.

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

Color convert

RGB77103159-
CMYK0.520.3500.38
HSL220.98º34.75%46.27%-
HSV(B)220.98º51.57%62.35%-
XYZ14.1713.7834.71-
YUV101.61160.39110.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.71%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 159 (62.5% from 255) = 46.90%
R=22.71%
G=30.38%
B=46.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771031590.520.3500.38220.9834.7546.27
Hex4D679F3423026dd232e
Octal11514723764430463354356
Binary1001101110011110011111110100100011010011011011101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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