#4D689B

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

Shades of San Marino #4D689B

Tints of San Marino #4D689B

Color information

#4D689B (or 0x4D689B) is unknown color: approx San Marino. HEX triplet: 4D, 68 and 9B. RGB value is (77,104,155). Sum of RGB (Red+Green+Blue) = 77+104+155=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D689B is #B29764. Grayscale: #656565. Windows color (decimal): -11704165 or 10184781. OLE color: 10184781.

HSL color Cylindrical-coordinate representation of color #4D689B: hue angle of 219.23º 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 #4D689B is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB77104155-
CMYK0.500.3300.39
HSL219.23º33.62%45.49%-
HSV(B)219.23º50.32%60.78%-
XYZ13.9313.8432.95-
YUV101.74158.05110.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=22.92%
G=30.95%
B=46.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771041550.500.3300.39219.2333.6245.49
Hex4D689B3221027db222d
Octal11515023362410473334255
Binary1001101110100010011011110010100001010011111011011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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