#4D779B

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

Shades of San Marino #4D779B

Tints of San Marino #4D779B

Color information

#4D779B (or 0x4D779B) is unknown color: approx San Marino. HEX triplet: 4D, 77 and 9B. RGB value is (77,119,155). Sum of RGB (Red+Green+Blue) = 77+119+155=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D779B is #B28864. Grayscale: #6E6E6E. Windows color (decimal): -11700325 or 10188621. OLE color: 10188621.

HSL color Cylindrical-coordinate representation of color #4D779B: hue angle of 207.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D779B is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB77119155-
CMYK0.500.2300.39
HSL207.69º33.62%45.49%-
HSV(B)207.69º50.32%60.78%-
XYZ15.5717.1433.5-
YUV110.55153.09104.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.94%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=21.94%
G=33.90%
B=44.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771191550.500.2300.39207.6933.6245.49
Hex4D779B3217027d0222d
Octal11516723362270473204255
Binary100110111101111001101111001010111010011111010000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,119,155); }

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

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

 a { background-color: rgb(77,119,155); }

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

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

 span { border-color: rgb(77,119,155); }

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